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