Link Search Menu Expand Document

IReaderGetImagePageCount Method (Image)

Gets the number of pages in specified image.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
int GetImagePageCount(
	Image img
)

Parameters

img
Type: System.DrawingImage
The image whose number of pages to retrieve.

Return Value

Type: Int32
Count of pages.
See Also

Reference