Click or drag to resize
Pdf Library for .NET

PdfToolGetPageCount Method

Gets the number of pages in the loaded PDF document.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public int GetPageCount()

Return Value

Type: Int32
The number of pages in the current PDF document.
See Also