PDFView4NET WinForms Edition
PDFFieldTextAlign Enumeration




O2S.Components.PDFView4NET.Forms Namespace : PDFFieldTextAlign Enumeration
Specifies the available alignments for text in a field.
Syntax
'Declaration
 
Public Enum PDFFieldTextAlign 
   Inherits System.Enum
'Usage
 
Dim instance As PDFFieldTextAlign
public enum PDFFieldTextAlign : System.Enum 
__value public enum PDFFieldTextAlign : public System.Enum 
public enum class PDFFieldTextAlign : public System.Enum 
Members
MemberDescription
CenterThe text is center aligned
LeftThe text is left aligned
RightThe text is right aligned
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.Forms.PDFFieldTextAlign

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

Reference

O2S.Components.PDFView4NET.Forms Namespace