XRBarCodeOrientation Enum
OBSOLETE
The DevExpress.XtraReports.UI.XRBarCodeOrientation class is now obsolete. Use the BarCodeOrientation class instead.
This enumeration is obsolete and no longer in use. Use the BarCodeOrientation enumeration instead.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[Obsolete("The DevExpress.XtraReports.UI.XRBarCodeOrientation class is now obsolete. Use the DevExpress.XtraPrinting.BarCode.BarCodeOrientation class instead.")]
public enum XRBarCodeOrientation
Members
Name | Description |
---|---|
Normal
|
A barcode is printed in its normal orientation. |
UpsideDown
|
A barcode is rotated 180 degrees. |
RotateLeft
|
A barcode is rotated 90 degrees counter clockwise. |
RotateRight
|
A barcode is rotated 90 degrees clockwise. |
See Also