PdfArrayArrayElementsGetObject Method Terminal Works - PDF Printing.Net Library
Gets the PdfObject with the specified index, or null, if no such object exists. If the index refers to a reference, the referenced PdfObject is returned.

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

public PdfObject GetObject(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: PdfObject
See Also

Reference