In This Topic
GdPicture14 Namespace / GdPictureDocumentConverter Class / TxtHorizontalTextAlignment Property

TxtHorizontalTextAlignment Property (GdPictureDocumentConverter)

In This Topic
Specifies the horizontal text alignment of the resulting document when converting from the source txt file. Default value is TextAlignment.TextAlignmentNear.
Syntax
'Declaration
 
Public Property TxtHorizontalTextAlignment As TextAlignment
public TextAlignment TxtHorizontalTextAlignment {get; set;}
public read-write property TxtHorizontalTextAlignment: TextAlignment; 
public function get,set TxtHorizontalTextAlignment : TextAlignment
public: __property TextAlignment get_TxtHorizontalTextAlignment();
public: __property void set_TxtHorizontalTextAlignment( 
   TextAlignment value
);
public:
property TextAlignment TxtHorizontalTextAlignment {
   TextAlignment get();
   void set (    TextAlignment value);
}

Property Value

A member of the TextAlignment enumeration. The default value is TextAlignment.TextAlignmentNear.
See Also