Click or drag to resize

PDFAComplianceGetError Method

Gets the error.

Namespace:  pdftron.PDF.PDFA
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public PDFAComplianceErrorCode GetError(
	int idx
)

Parameters

idx
Type: SystemInt32
The index in the Array of error code identifiers. The Array is indexed starting from zero.

Return Value

Type: PDFAComplianceErrorCode
The error identifier.
See Also