Click or drag to resize

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
)

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