ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode Namespace / Rotation Enumeration

In This Topic
    Rotation Enumeration
    In This Topic
    Defines the orientation of the bars in the barcode.
    Syntax
    'Declaration
     
    Public Enum Rotation 
       Inherits System.Enum
    public enum Rotation : System.Enum 
    Members
    MemberDescription
    NoneNone
    Rotate180Degrees180 degrees
    Rotate270Degrees270 degrees
    Rotate90Degrees90 degrees
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Barcode.Rotation

    See Also