M_PDFiumSharp_PDFium_FPDF_GetPageCount - ArgusMagnus/PDFiumSharp GitHub Wiki
Get total number of pages in the document.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public static int FPDF_GetPageCount(
FPDF_DOCUMENT document
)
- document
- Type: PDFiumSharp.Types.FPDF_DOCUMENT
Handle to document.
Type: Int32
Total number of pages in the document.
PDFium Class
PDFiumSharp Namespace
PdfPageCollection.Count
PdfDocument.Pages