Click or drag to resize

ConvertToSvg Method (PDFDoc, String, SVGOutputOptions)

[Missing <summary> documentation for "M:pdftron.PDF.Convert.ToSvg(pdftron.PDF.PDFDoc,System.String,pdftron.PDF.SVGOutputOptions)"]

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static void ToSvg(
	PDFDoc in_pdfdoc,
	string in_filename,
	SVGOutputOptions in_options
)

Parameters

in_pdfdoc
Type: pdftron.PDFPDFDoc

[Missing <param name="in_pdfdoc"/> documentation for "M:pdftron.PDF.Convert.ToSvg(pdftron.PDF.PDFDoc,System.String,pdftron.PDF.SVGOutputOptions)"]

in_filename
Type: SystemString

[Missing <param name="in_filename"/> documentation for "M:pdftron.PDF.Convert.ToSvg(pdftron.PDF.PDFDoc,System.String,pdftron.PDF.SVGOutputOptions)"]

in_options
Type: pdftron.PDFSVGOutputOptions

[Missing <param name="in_options"/> documentation for "M:pdftron.PDF.Convert.ToSvg(pdftron.PDF.PDFDoc,System.String,pdftron.PDF.SVGOutputOptions)"]

See Also