Overload | Description |
---|---|
SaveAsSvg(String,ViewState,OutputRange,SaveAsImageOptions,XmlWriterSettings) | Saves the document pages as images in SVG format, one page per output file.
The filePath parameter is used as a .NET format string, with current page number (1-based) passed to it as the value to be formatted. Note that if filePath does not contain a format item (such as "{0}"), all pages will be saved into the same file name, the last page overwriting everything else. |
SaveAsSvg(String,OutputRange,SaveAsImageOptions,XmlWriterSettings) | Saves the document pages as images in SVG format, one page per output file.
The filePath parameter is used as a .NET format string, with current page number (1-based) passed to it as the value to be formatted. Note that if filePath does not contain a format item (such as "{0}"), all pages will be saved into the same file name, the last page overwriting everything else. |