Link Search Menu Expand Document

ReaderGetImagePageCount Method (String)

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
public int GetImagePageCount(
	string fileName
)

Parameters

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

Return Value

Type: Int32
Count of pages.

Implements

IReaderGetImagePageCount(String)
See Also

Reference