IReaderGetImagePageCount Method (String)ByteScout Barcode Reader SDK
Gets the number of pages in specified image file.

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

int GetImagePageCount(
	string fileName
)

Parameters

fileName
Type: SystemString
The image file whose number of pages to retrieve.

Return Value

Type: Int32
Count of pages.
See Also

Reference