ReaderGetImagePageCount Method (Image)ByteScout Barcode Reader SDK
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

public int GetImagePageCount(
	Image img
)

Parameters

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

Return Value

Type: Int32
Count of pages.

Implements

IReaderGetImagePageCount(Image)
See Also

Reference