Click or drag to resize

PdfiumFPDFPageObjectList_CountObject Method

Get number of page objects.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static int FPDFPageObjectList_CountObject(
	IntPtr list
)

Parameters

list  IntPtr
Handle to a list of page objects.

Return Value

Int32
The number of the page object.
See Also