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
)
Public Function GetError (
idx As Integer
) As PDFAComplianceErrorCode
public:
virtual PDFAComplianceErrorCode GetError(
[InAttribute] int idx
) sealed
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