DocumentConversionGetNumConvertedPages Method |
Returns the number of pages which have been added to the destination document. Will never decrease, and will not change after the conversion status becomes "complete".
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public uint GetNumConvertedPages()
Public Function GetNumConvertedPages As UInteger
public:
virtual unsigned int GetNumConvertedPages() sealed
function GetNumConvertedPages();
Return Value
Type:
UInt32The number of pages that have been converted
See Also