BarCodeOrientation Enum
Specifies by what angle a bar code is rotated.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum BarCodeOrientation
Members
Name | Description |
---|---|
Normal
|
A bar code is displayed in its normal orientation. |
UpsideDown
|
A bar code is rotated 180 degrees. |
RotateLeft
|
A bar code is rotated 90 degrees counter clockwise. |
RotateRight
|
A bar code is rotated 90 degrees clockwise. |
See Also