BarCodeBrick.Orientation Property
Gets or sets how a barcode should be rotated in a report.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(BarCodeOrientation.Normal)]
public BarCodeOrientation Orientation { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Bar |
Normal | A Bar |
Available values:
Name | Description |
---|---|
Normal | A bar code is displayed in its normal orientation. |
Upside |
A bar code is rotated 180 degrees. |
Rotate |
A bar code is rotated 90 degrees counter clockwise. |
Rotate |
A bar code is rotated 90 degrees clockwise. |
#Remarks
The set of possible values for this property is specified by the BarCodeOrientation enumeration. Use this property when a barcode needs to be rotated to a particular angle when it’s printed. For example, when a barcode is printed near the right or left margins of a report.