Accusoft.PdfXpress7.Net
TextAlignment Property




Gets and sets an indicator of the PageArtifact's TextHorizontalAlignment.
Syntax
'Declaration
 
Public Property TextAlignment As HorizontalAlignment
'Usage
 
Dim instance As PageArtifactOptions
Dim value As HorizontalAlignment
 
instance.TextAlignment = value
 
value = instance.TextAlignment
public HorizontalAlignment TextAlignment {get; set;}
public: __property HorizontalAlignment get_TextAlignment();
public: __property void set_TextAlignment( 
   HorizontalAlignment value
);
public:
property HorizontalAlignment TextAlignment {
   HorizontalAlignment get();
   void set (    HorizontalAlignment value);
}
Remarks

The default value is Left.

See Also

Reference

PageArtifactOptions Class
PageArtifactOptions Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback