PDFView4NET WinForms Edition
Align Property (PDFFreeTextAnnotation)




O2S.Components.PDFView4NET.Annotations Namespace > PDFFreeTextAnnotation Class : Align Property
Gets or sets the text alignment in a field.
Syntax
'Declaration
 
Public Property Align As PDFFieldTextAlign
'Usage
 
Dim instance As PDFFreeTextAnnotation
Dim value As PDFFieldTextAlign
 
instance.Align = value
 
value = instance.Align
public PDFFieldTextAlign Align {get; set;}
public: __property PDFFieldTextAlign get_Align();
public: __property void set_Align( 
   PDFFieldTextAlign value
);
public:
property PDFFieldTextAlign Align {
   PDFFieldTextAlign get();
   void set (    PDFFieldTextAlign value);
}

Property Value

A O2S.Components.PDFView4NET.Forms.PDFFieldTextAlign enumeration member specifying the text alignment in a field.
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

PDFFreeTextAnnotation Class
PDFFreeTextAnnotation Members