ConvertToSvgAsync 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 IAsyncAction ToSvgAsync(
Page in_page,
string in_filename,
SVGOutputOptions in_options
)
Public Shared Function ToSvgAsync (
in_page As Page,
in_filename As String,
in_options As SVGOutputOptions
) As IAsyncAction
public:
static IAsyncAction^ ToSvgAsync(
[InAttribute] Page^ in_page,
[InAttribute] String^ in_filename,
[InAttribute] SVGOutputOptions^ in_options
)
pdftron.PDF.Convert.ToSvgAsync = 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
Return Value
Type:
IAsyncAction[Missing <returns> documentation for "M:pdftron.PDF.Convert.ToSvgAsync(pdftron.PDF.Page,System.String,pdftron.PDF.SVGOutputOptions)"]
See Also