ConvertToSvg Method (Page, String, SVGOutputOptions) |
Convert the Page to SVG and save to the specified path.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public static void ToSvg(
Page in_page,
string in_filename,
SVGOutputOptions in_options
)
Public Shared Sub ToSvg (
in_page As Page,
in_filename As String,
in_options As SVGOutputOptions
)
public:
static void ToSvg(
[InAttribute] Page^ in_page,
[InAttribute] String^ in_filename,
[InAttribute] SVGOutputOptions^ in_options
)
pdftron.PDF.Convert.ToSvg = function(in_page, in_filename, in_options);
Parameters
- in_page
- Type: pdftron.PDFPage
the Page to convert to SVG - in_filename
- Type: SystemString
the path to the SVG file to create - in_options
- Type: pdftron.PDFSVGOutputOptions
the conversion options
See Also