Click or drag to resize

PdfiumFPDF_GetPageCount Method

Get total number of pages in a document

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

Parameters

document  IntPtr
Handle to document. Returned by FPDF_LoadDocument(String, String) function.

Return Value

Int32
Total number of pages in the document.
See Also