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.2.1.0 (5.2.1.0)
Syntax
[ObsoleteAttribute("Use GetObject, GetDictionary, GetArray, or GetReference")] public PdfObject GetIndirectObject( int index )
Parameters
- index
- Type: SystemInt32
Return Value
Type: PdfObjectSee Also