Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / AnalyzeBC Method
The left edge coordinate, in pixels, of the region of interest.
The top edge coordinate, in pixels, of the region of interest.
The width, in pixels, of the region of interest.
The height, in pixels, of the region of interest.
In This Topic
    AnalyzeBC Method
    In This Topic
    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