EVO PDF Split Library for .NET Documentation

PDFSplitManagerGetPdfPageCount Method (String)

EVO PDF Split Library for .NET
Returns the number of pages of the specified PDF document

Namespace:  EvoPdf.PdfSplit
Assembly:  evosplitpdf (in evosplitpdf.dll) Version: 10.0.0.0 (10.0.0.0)
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

Reference