PdfCrossReferenceTableItem Property Terminal Works - PDF Printing.Net Library
Gets a cross reference entry from an object identifier. Returns null if no object with the specified ID exists in the object table.

Namespace: PdfEdit.Pdf.Advanced
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public PdfReference this[
	PdfObjectID objectID
] { get; }

Parameters

objectID
Type: PdfEdit.PdfPdfObjectID

Property Value

Type: PdfReference
See Also

Reference