[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.BarCodeDirection

BarCodeDirection Enum

Specifies the print direction of the barcode symbol.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Obsolete("This is not used anywhere, and should be removed")]
public enum BarCodeDirection

Fields

Name Description
BottomToTop

The barcode symbol is printed bottom to top.

LeftToRight

The barcode symbol is printed left to right (default).

RightToLeft

The barcode symbol is printed right to left.

TopToBottom

The barcode symbol is printed top to bottom.

Extension Methods