Click or drag to resize

PdfiumFPDFPage_CountObject Method

Get number of page objects inside the page

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

Parameters

page  IntPtr
Handle to a page. Returned by FPDFPage_New(IntPtr, Int32, Double, Double).

Return Value

Int32
The number of the page object.
See Also