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

IBarCodeData.Orientation Property

Gets the barcode‘s orientation setting.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

BarCodeOrientation Orientation { get; }

Property Value

Type Description
BarCodeOrientation

A BarCodeOrientation enumeration value.

Available values:

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.

See Also