ActiveReports.PdfExport Send comments on this topic.
Alignment Enumeration
See Also  
ActiveReports.PdfExport Assembly > DataDynamics.ActiveReports.Export.Pdf.Signing Namespace : Alignment Enumeration

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

Syntax

Visual Basic (Declaration) 
Public Enum Alignment 
   Inherits Enum
C# 
public enum Alignment : Enum 

Members

MemberDescription
RightAlign to the right edge of the stamp bounds.
LeftAlign to the left edge of the stamp bounds.
CenterAlign in the center of the stamp bounds.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Export.Pdf.Signing.Alignment

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also