PdfToTextConverterGetPageCount Method (String) |
Gets the number of pages in the specified PDF file.
Namespace: ExpertPdfAssembly: pdftotext.net20.x86 (in pdftotext.net20.x86.dll) Version: 4.2
Syntaxpublic int GetPageCount(
string pdfFilePath
)
Public Function GetPageCount (
pdfFilePath As String
) As Integer
Parameters
- pdfFilePath
- Type: SystemString
The path of the file containing the PDF document.
Return Value
Type:
Int32The number of pages in the PDF document.
See Also