DocumentConversionGetWarningString Method |
Retrieve warning strings that have been collected 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 string GetWarningString(
uint index
)
Public Function GetWarningString (
index As UInteger
) As String
public:
virtual String^ GetWarningString(
[InAttribute] unsigned int index
) sealed
function GetWarningString(index);
Parameters
- index
- Type: SystemUInt32
the index of the string to be retrieved. Must be less than GetNumWarnings()
Return Value
Type:
StringThe value of the particular warning string
See Also