PDFAComplianceGetRefObj Method |
Gets the ref obj.
Namespace:
pdftron.PDF.PDFA
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public int GetRefObj(
PDFAComplianceErrorCode id,
int obj_idx
)
Public Function GetRefObj (
id As PDFAComplianceErrorCode,
obj_idx As Integer
) As Integer
public:
virtual int GetRefObj(
[InAttribute] PDFAComplianceErrorCode id,
[InAttribute] int obj_idx
) sealed
function GetRefObj(id, obj_idx);
Parameters
- id
- Type: pdftron.PDF.PDFAPDFAComplianceErrorCode
error code identifier (obtained using GetError() method).
- obj_idx
- Type: SystemInt32
the obj_idx
Return Value
Type:
Int32 A specific object reference associated with a given error type.
The return value is a PDF object identifier (i.e. object number for
'pdftron.SDF.Obj)) for the that is associated with the error.
See Also