Barcode Xpress for Java v14.0 - Updated January 7, 2025
com.accusoft.barcodexpress Package / Orientation Enumeration
Orientation Enumeration
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