Link Search Menu Expand Document

ReaderGetPdfPageCount Method (String)

Returns count of pages in PDF document.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
public int GetPdfPageCount(
	string pdfFile
)

Parameters

pdfFile
Type: SystemString
PDF file path.

Return Value

Type: Int32
Page count.

Implements

IReaderGetPdfPageCount(String)
See Also

Reference