|
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()
Public Function GetPageCount As Integer
Return Value
Type:
Int32The number of pages in the current PDF document.
See Also