ActiveReports 12
BarCodeDirection Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : BarCodeDirection Enumeration
Specifies the print direction of the barcode symbol.
Syntax
'Declaration
 
Public Enum BarCodeDirection 
   Inherits System.Enum
public enum BarCodeDirection : System.Enum 
Members
MemberDescription
BottomToTop

The barcode symbol is printed bottom to top.

LeftToRightThe barcode symbol is printed left to right (default).
RightToLeftThe barcode symbol is printed right to left.
TopToBottom

The barcode symbol is printed top to bottom.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.SectionReportModel.BarCodeDirection

See Also

Reference

GrapeCity.ActiveReports.SectionReportModel Namespace
ActiveReports6~GrapeCity.ActiveReports.Barcode~Direction