Click or drag to resize

ConvertToXod Method (PDFDoc, XODOutputOptions)

Generate a stream that incrementally converts the input file to XOD format.

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

Parameters

doc
Type: pdftron.PDFPDFDoc
The source PDFDoc instance.
options
Type: pdftron.PDFXODOutputOptions
Conversion options to use.

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