DocumentConversionGetProgressLabel Method |
Returns the label for the current conversion stage. May return a blank string. Warning: experimental interface; this method may be renamed or replaced with equivalent functionality in the future.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetProgressLabel()
Public Function GetProgressLabel As String
public:
virtual String^ GetProgressLabel() sealed
function GetProgressLabel();
Return Value
Type:
StringThe stage label
See Also