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.v17.2.Core.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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

The following code snippets (auto-collected from DevExpress Examples) contain references to the BarCodeOrientation enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also