Barcode Xpress for Java v14.0 - Updated
com.accusoft.barcodexpress Package / BarcodeReader Class / setOrientation Method
type of the orientation for the barcode search.
In This Topic
    setOrientation Method
    In This Topic

    Sets the orientation of the barcodes to analyze during recognition.

    The barcode recognition engine is capable of detecting barcodes in an image without any prior knowledge of the barcode orientation. However, you can speed up the recognition process by specifying a barcode orientation.
    Syntax
    public void setOrientation( 
       Orientation orientation
    )

    Parameters

    orientation
    type of the orientation for the barcode search.
    See Also