 | PdfiumFPDFPageObjectList_GetObject Method |
Get page object by index
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFPageObjectList_GetObject(
IntPtr list,
int index
)
Public Shared Function FPDFPageObjectList_GetObject (
list As IntPtr,
index As Integer
) As IntPtr
public:
static IntPtr FPDFPageObjectList_GetObject(
IntPtr list,
int index
)
static member FPDFPageObjectList_GetObject :
list : IntPtr *
index : int -> IntPtr
public static IntPtr FPDFPageObjectList_GetObject(
IntPtr list,
int index
)
Patagames.Pdf.Pdfium.FPDFPageObjectList_GetObject = function(list, index);
Parameters
- list IntPtr
- Handle to a list of page objects.
- index Int32
- The index of a page object.
Return Value
IntPtrThe Handle to the page object. IntPtr.Zero if any error has occured.
See Also