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

BarCodeOrientation Enum

Specifies by what angle a bar code is rotated.

Namespace: DevExpress.XtraPrinting.BarCode

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

Declaration

[ResourceFinder(typeof(ResFinder))]
public enum BarCodeOrientation

Members

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.

Related API Members

The following properties accept/return BarCodeOrientation values:

Library Related API Members
Cross-Platform Class Library BarCodeBrick.Orientation
IBarCodeData.Orientation
WinForms Controls BarCodeControl.Orientation
SnapBarCode.Orientation
Reporting XRBarCode.BarCodeOrientation

See Also