Link Search Menu Expand Document

DocumentParserGetPageCount Method (String)

Returns count of pages in PDF or TIFF document.

Namespace:ByteScout.DocumentParser
Assembly: ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax
public int GetPageCount(
	string fileName
)

Parameters

fileName
Type: SystemString
Input file name.

Return Value

Type: Int32
Page count.
See Also

Reference