ImageGear for .NET
ImGearBarcodeOrientationInfo Enumeration
See Also  Send Feedback
ImageGear21.Barcode Assembly > ImageGear.Barcode Namespace : ImGearBarcodeOrientationInfo Enumeration




Glossary Item Box

Specifies the orientation for the barcode search.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
Horizontal1 Barcodes with only a horizontal orientation will be searched.
HorizontalVertical0 Search for barcodes in horizontal and vertical direction.
HorizontalVerticalDiagonal3 Barcodes will be searched for in Horizotal, Vertical and 45 degrees. This will increase processing time.
Vertical2 Barcodes with only a vertical orientation will be searched.

Remarks

The default value is HorizontalVertical.

To improve recognition and speed by reducing search criteria, set this property correctly.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Barcode.ImGearBarcodeOrientationInfo

See Also

©2013. Accusoft Corporation. All Rights Reserved.