Accusoft BarcodeXpress v13.9 - Updated
AnalyzehDib64 Method
AccusoftBarcodeXpress13 ActiveX DLL > BarcodeXpress Object : AnalyzehDib64 Method
An __int64 which represents a handle to a DIB containing the barcode to be analyzed.
Description
This method detects a barcode within the given DIB (Device Independent Bitmap) for 64-bit environment.
Syntax
Visual Basic
Public Sub AnalyzehDib64( _
   ByVal hDIB As __int64 _
) 
Parameters
hDIB
An __int64 which represents a handle to a DIB containing the barcode to be analyzed.
Remarks

The AnalyzehDib64 method is used for recognition of a barcode on the given hDIB image for a 64-bit environment.

The DIB must be a 1-bit monochrome bitmap.

The ReaderAreaX, ReaderAreaY, ReaderAreaWidth, and ReaderAreaHeight are used to create the rectangular area to be analyzed during recognition. If these properties are all set to 0, then the entire image is automatically searched.

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

See Also

BarcodeXpress Object  | BarcodeXpress Members

Is this page helpful?
Yes No
Thanks for your feedback.