Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRBarCodeOrientation Enum

In This Article
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