Accusoft BarcodeXpress v14.0 - Updated
AccusoftBarcodeXpress14 ActiveX DLL / BarcodeXpress Object / AnalyzeIPicture Method
A Picture object which contains the barcode to analyze.
In This Topic
    AnalyzeIPicture Method
    In This Topic
    Description
    This method detects a barcode within the given Picture.
    Syntax
    Visual Basic
    Public Sub AnalyzeIPicture( _
       ByVal Picture As Picture _
    ) 
    Parameters
    Picture
    A Picture object which contains the barcode to analyze.
    Remarks

    The given Picture can be from a Form object, PictureBox control, Image control (Visual Basic), or the Picture property of another Accusoft control.

    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.

    See Also