Click or drag to resize

ConvertToSvgAsync 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 IAsyncAction ToSvgAsync(
	Page in_page,
	string 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

Return Value

Type: IAsyncAction

[Missing <returns> documentation for "M:pdftron.PDF.Convert.ToSvgAsync(pdftron.PDF.Page,System.String)"]

See Also