Click or drag to resize

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
)

Parameters

index
Type: SystemUInt32
the index of the string to be retrieved. Must be less than GetNumWarnings()

Return Value

Type: String
The value of the particular warning string
See Also