corelibraries-devexpress-dot-xtraprinting-dot-barcode-bfdaef99.md
Specifies by what angle a bar code is rotated.
Namespace : DevExpress.XtraPrinting.BarCode
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[ResourceFinder(typeof(ResFinder))]
public enum BarCodeOrientation
<ResourceFinder(GetType(ResFinder))>
Public Enum BarCodeOrientation
| 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.
|
The following properties accept/return BarCodeOrientation values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | BarCodeBrick.Orientation |
| IBarCodeData.Orientation | |
| WinForms Controls | BarCodeControl.Orientation |
| .NET Reporting Tools | XRBarCode.BarCodeOrientation |
See Also