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
)
Public Shared Function ToXod (
doc As PDFDoc
) As IFilter
public:
static IFilter^ ToXod(
[InAttribute] PDFDoc^ doc
)
pdftron.PDF.Convert.ToXod = function(doc);
Parameters
- doc
- Type: pdftron.PDFPDFDoc
The source PDFDoc instance.
Return Value
Type:
IFilterWhen 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