ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Section.Signing Namespace / Alignment Enumeration

In This Topic
    Alignment Enumeration
    In This Topic
    Sets the type of alignment to use for text or images.
    Syntax
    'Declaration
     
    Public Enum Alignment 
       Inherits System.Enum
    public enum Alignment : System.Enum 
    Members
    MemberDescription
    CenterAlign in the center of the stamp bounds.
    LeftAlign to the left edge of the stamp bounds.
    RightAlign to the right edge of the stamp bounds.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Export.Pdf.Section.Signing.Alignment

    See Also