Link Search Menu Expand Document

DocumentSplitterGetPageCount Method (String)

Returns count of pages in PDF or TIFF document.

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

Parameters

fileName
Type: SystemString
Input file name.

Return Value

Type: Int32
Page count.

Implements

IDocumentSplitterGetPageCount(String)
See Also

Reference