Click or drag to resize

IPDFDocumentGetPageCount Method

Determines the page count of an existing PDF.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
int GetPageCount(
	string sFileName
)

Parameters

sFileName
Type: SystemString
The file path + name of the PDF.

Return Value

Type: Int32
The number of pages in the PDF
See Also