PDFAComplianceErrorCodeReferenceErrorCodes Property |
Gets a list of error codes associated with this PDFAComplianceErrorCodeReference.
Namespace:
pdftron.PDF.PDFA
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public PDFAComplianceErrorCode[] ErrorCodes { get; }
Public ReadOnly Property ErrorCodes As PDFAComplianceErrorCode()
Get
public:
virtual property array<PDFAComplianceErrorCode>^ ErrorCodes {
array<PDFAComplianceErrorCode>^ get () sealed;
}
function get_ErrorCodes();
Property Value
Type:
PDFAComplianceErrorCodeSee Also