Click or drag to resize

ConvertToXod Method (String, 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(
	string filePath,
	XODOutputOptions options
)

Parameters

filePath
Type: SystemString
The full path of the file to convert.
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