DocumentConversionGetNumWarnings Method |
Return the number of warning strings generated during the conversion process. 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 uint GetNumWarnings()
Public Function GetNumWarnings As UInteger
public:
virtual unsigned int GetNumWarnings() sealed
function GetNumWarnings();
Return Value
Type:
UInt32The number of stored warning strings
See Also