IReaderGetPdfPageCount Method (String)ByteScout Barcode Reader SDK
Returns count of pages in PDF document.

Namespace:  Bytescout.BarCodeReader
Assembly:  Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax

int GetPdfPageCount(
	string pdfFile
)

Parameters

pdfFile
Type: SystemString
PDF file path.

Return Value

Type: Int32
Page count.
See Also

Reference