ActiveReports 8
Alignment Enumeration
See Also 
GrapeCity.ActiveReports.Export.Pdf.v8 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section.Signing Namespace : Alignment Enumeration

Glossary Item Box

Sets the type of alignment to use for text or images.

Syntax

Visual Basic (Declaration) 
Public Enum Alignment 
   Inherits System.Enum
C# 
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

Requirements

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

See Also