Link Search Menu Expand Document

IReaderReadFromHBitmap Method (IntPtr)

Reads barcodes from the image specified by GDI HBITMAP handle. You can find decoded barcodes in FoundBarcodes property.

Namespace:Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
void ReadFromHBitmap(
	IntPtr hbmp
)

Parameters

hbmp
Type: SystemIntPtr
The HBITMAP handle for an image.
See Also

Reference