PDFSplitManagerGetPdfPageCount(String) Method |
Returns the number of pages of the specified PDF document
Namespace: ExpertPdf.PDFSplitAssembly: epsplitpdf (in epsplitpdf.dll) Version: 9.0
Syntaxpublic int GetPdfPageCount(
string srcPdfFilePath
)
Public Function GetPdfPageCount (
srcPdfFilePath As String
) As Integer
Parameters
- srcPdfFilePath String
- The PDF file full path
Return Value
Int32Number of PDF document pages
See Also