IBarCodeData.Orientation Property
In This Article
Gets the barcode‘s orientation setting.
Namespace: DevExpress.XtraPrinting.BarCode
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
BarCodeOrientation Orientation { get; }
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
Available values:
Name | Description |
---|---|
Normal | A bar code is displayed in its normal orientation. |
Upside |
A bar code is rotated 180 degrees. |
Rotate |
A bar code is rotated 90 degrees counter clockwise. |
Rotate |
A bar code is rotated 90 degrees clockwise. |
See Also