Barcode Xpress for Java v14.0 - Updated
com.accusoft.barcodexpress Package / BarcodeReader Class / setArea Method
Rectangle object representing the area of the image.
In This Topic
    setArea Method
    In This Topic

    Sets the area of the image, in pixels, to analyze for barcode recognition.

    If it is desired to analyze the entire image, set the Area property values (x, y, width and height) to zero.
    Syntax
    public void setArea( 
       java.awt.Rectangle area
    )

    Parameters

    area
    Rectangle object representing the area of the image.
    See Also