Link Search Menu Expand Document

IDocumentRotatorGetPageCount Method (String)

Returns the number of pages of the document.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
int GetPageCount(
	string documentFileName
)

Parameters

documentFileName
Type: SystemString
Input PDF file name.

Return Value

Type: Int32
Page count.
See Also

Reference