In This Topic

SaveAsSVG Method (GdPictureDocumentConverter)

In This Topic
These methods convert and save the currently loaded document to a stream or to a file according to what you have specified. The output document format is SVG. Only the first page within page range is converted.
Overload List
OverloadDescription
This method converts and saves the currently loaded document to an instantiated stream object according to what you have specified. The output format is SVG. Only the first page within page range is converted.  
This method converts and saves the currently loaded document to a SVG image file according to a file path you have specified. Only the first page within page range is converted.  
See Also