Click or drag to resize

PDFSplitManagerGetPdfPageCount(String) Method

Returns the number of pages of the specified PDF document

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

Parameters

srcPdfFilePath  String
The PDF file full path

Return Value

Int32
Number of PDF document pages
See Also