DocumentConversionHasProgressTracking Method |
Determine whether this DocumentConversion has progress reporting capability.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool HasProgressTracking()
Public Function HasProgressTracking As Boolean
public:
virtual bool HasProgressTracking() sealed
function HasProgressTracking();
Return Value
Type:
BooleanTrue if GetProgress is expected to return usable values
See Also