 | PdfiumFPDFARRAY_GetObjectAt Method |
Gets the PDF object at a given index.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFARRAY_GetObjectAt(
IntPtr handle,
int index
)
Public Shared Function FPDFARRAY_GetObjectAt (
handle As IntPtr,
index As Integer
) As IntPtr
public:
static IntPtr FPDFARRAY_GetObjectAt(
IntPtr handle,
int index
)
static member FPDFARRAY_GetObjectAt :
handle : IntPtr *
index : int -> IntPtr
public static IntPtr FPDFARRAY_GetObjectAt(
IntPtr handle,
int index
)
Patagames.Pdf.Pdfium.FPDFARRAY_GetObjectAt = function(handle, index);
Parameters
- handle IntPtr
- Handle to Array object.
- index Int32
- An integer index that is greater than or equal to 0 and less than the value returned by FPDFARRAY_GetCount(IntPtr).
Return Value
IntPtrA handle to PDF object or IntPtr.Zero if any error is occured.
See Also