Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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