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