A newer version of this page is available.
Switch to the current version.
BarCodeOrientation Enum
Specifies by what angle a bar code is rotated.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v18.2.Core.dll
Declaration
[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(ResFinder))]
public enum BarCodeOrientation
<TypeConverter(GetType(EnumTypeConverter))>
<ResourceFinder(GetType(ResFinder))>
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. |
Related API Members
The following properties accept/return BarCodeOrientation values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | BarCodeBrick.Orientation |
IBarCodeData.Orientation | |
WinForms Controls | BarCodeControl.Orientation |
SnapBarCode.Orientation | |
Reporting | XRBarCode.BarCodeOrientation |
See Also
Feedback