Click or drag to resize
PDFSplitManagerGetPdfPageCount Method (String)
Returns the number of pages of the specified PDF document

Namespace: ExpertPdf.PDFSplit
Assembly: ExpertPdf.PdfSplit (in ExpertPdf.PdfSplit.dll) Version: 4.2
Syntax
public int GetPdfPageCount(
	string srcPdfFilePath
)

Parameters

srcPdfFilePath
Type: SystemString
The PDF file full path

Return Value

Type: Int32
Number of PDF document pages
See Also