PDFAComplianceGetRefObjCount Method |
Gets the error.
Namespace:
pdftron.PDF.PDFA
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetRefObjCount(
PDFAComplianceErrorCode id
)
Public Function GetRefObjCount (
id As PDFAComplianceErrorCode
) As Integer
public:
virtual int GetRefObjCount(
[InAttribute] PDFAComplianceErrorCode id
) sealed
function GetRefObjCount(id);
Parameters
- id
- Type: pdftron.PDF.PDFAPDFAComplianceErrorCode
The index in the Array of error code identifiers.
The Array is indexed starting from zero.
Return Value
Type:
Int32 The error identifier.
See Also