DecodeDIB Method

Description

Reads barcode from a handle of device-independent bitmap (DIB).

Syntax

Public Sub DecodeDIB (ByVal hDIB As Long)

Parameters

hDIB
Handle of Device Independent Bitmap.

Remarks

It is the responsibility of the caller to free this resource (handle) when analysis is complete and the DIB is no longer needed.

See Also

ActiveX/COM > Objects > BarcodeReader > DecodeDIBRect
ActiveX/COM > Objects > BarcodeReader > ErrorCode
ActiveX/COM > Objects > ReaderOptions > BarcodeFormats
ActiveX/COM > Objects > ReaderOptions > MaxBarcodesNumPerPage
ActiveX/COM > Objects > BarcodeResult
ActiveX/COM > Objects > BarcodeResultArray