Barcode Xpress for Java v14.0 - Updated
com.accusoft.barcodexpress Package / Orientation Enumeration
In This Topic
    Orientation Enumeration
    In This Topic
    Specifies the orientation for the barcode search.
    Members
    MemberDescription
    HORIZONTALBarcodes with only a horizontal orientation will be searched.
    HORIZONTALVERTICALSearch for barcodes in horizontal and vertical direction.
    HORIZONTALVERTICALDIAGONALBarcodes will be searched for in Horizotal, Vertical and 45 degrees. This will increase processing time.
    VERTICALBarcodes with only a vertical orientation will be searched.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.accusoft.barcodexpress.Orientation

    See Also