Accusoft BarcodeXpress v9.0
AnalyzeBC Method
See Also  Send comments on this topic.
X
The left edge coordinate, in pixels, of the region of interest.
Y
The top edge coordinate, in pixels, of the region of interest.
Width
The width, in pixels, of the region of interest.
Height
The height, in pixels, of the region of interest.
AccusoftBarcodeXpress9 ActiveX DLL > BarcodeXpress Object : AnalyzeBC Method

Glossary Item Box

Description

This method has been deprecated. Use the AnalyzehDib and AnalyzeIPicture methods instead.

Syntax

Visual Basic
Public Sub AnalyzeBC( _
   ByVal X As Long, _
   ByVal Y As Long, _
   ByVal Width As Long, _
   ByVal Height As Long _
) 

Parameters

X
The left edge coordinate, in pixels, of the region of interest.
Y
The top edge coordinate, in pixels, of the region of interest.
Width
The width, in pixels, of the region of interest.
Height
The height, in pixels, of the region of interest.

Remarks

This method has been deprecated. Use the AnalyzehDib and AnalyzeIPicture methods instead.

Note: Barcode area parameters are required.

The AnalyzeBC method uses the ImageSource property to determine the source of the bitmap.

The AnalyzeBC method is identical to the AnalyzeBarcode method except that the parameters are long data types and they are not optional. If it is desired to search the entire image, all input parameters (X, Y, Width and height) must be set to zero.

If the bitmap used for recognition is a DIB defined by the hDIB property, it is the responsibility of the caller to free this resource when analysis is complete, and the DIB is no longer needed.

See Also

©2013. Accusoft Corporation. All Rights Reserved.