Click or drag to resize

ConvertToXod Method (PDFDoc)

Converts the input PDFDoc to XOD format.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static IFilter ToXod(
	PDFDoc doc
)

Parameters

doc
Type: pdftron.PDFPDFDoc
The source PDFDoc instance.

Return Value

Type: IFilter
When this operation completes, an IFilter instance is returned that contains the converted data.
Remarks

This method is only retained for compatibility. It is recommended to use the asynchronous version of this method: ToXodAsync.

See Also