DocumentConversionGetDoc Method |
Gets the PDFDoc from the conversion. Can be accessed at any time during or after conversion.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetDoc As PDFDoc
public:
virtual PDFDoc^ GetDoc() sealed
Return Value
Type:
PDFDocThe conversion's PDFDoc
See Also