PdfArrayArrayElementsGetIndirectObject Method Terminal Works - PDF Printing.Net Library

Note: This API is now obsolete.

Returns the indirect object if the value at the specified index is a PdfReference.

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

[ObsoleteAttribute("Use GetObject, GetDictionary, GetArray, or GetReference")]
public PdfObject GetIndirectObject(
	int index
)

Parameters

index
Type: SystemInt32

Return Value

Type: PdfObject
See Also

Reference