 | PdfiumFPDFPageObjectList_CountObject Method |
Get number of page objects.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static int FPDFPageObjectList_CountObject(
IntPtr list
)
Public Shared Function FPDFPageObjectList_CountObject (
list As IntPtr
) As Integer
public:
static int FPDFPageObjectList_CountObject(
IntPtr list
)
static member FPDFPageObjectList_CountObject :
list : IntPtr -> int
public static int FPDFPageObjectList_CountObject(
IntPtr list
)
Patagames.Pdf.Pdfium.FPDFPageObjectList_CountObject = function(list);
Parameters
- list IntPtr
- Handle to a list of page objects.
Return Value
Int32The number of the page object.
See Also