Save the document to svg as stream[].

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Stream[] SaveToSVG()
Public Function SaveToSVG As Stream()
public:
array<Stream^>^ SaveToSVG()
member SaveToSVG : unit -> Stream[] 

Return Value

array<Stream>[]()[][]
Stream collection

See Also