ConvertToSvg Method (Page, String) |
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
)
Public Shared Sub ToSvg (
in_page As Page,
in_filename As String
)
public:
static void ToSvg(
[InAttribute] Page^ in_page,
[InAttribute] String^ in_filename
)
pdftron.PDF.Convert.ToSvg = function(in_page, in_filename);
Parameters
- in_page
- Type: pdftron.PDFPage
the Page to convert to SVG - in_filename
- Type: SystemString
the path to the SVG file to create
See Also