Visual Basic (Declaration) | |
---|---|
Public Enum BarCodeDirection Inherits System.Enum |
C# | |
---|---|
public enum BarCodeDirection : System.Enum |
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.SectionReportModel.BarCodeDirection
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
GrapeCity.ActiveReports.SectionReportModel NamespaceActiveReports6~GrapeCity.ActiveReports.Barcode~Direction