Accusoft.NotateXpress13.Net
TextOrientation Property (TextTool)




Gets and sets the orientation of the text displayed within the text annotation.
Syntax
public TextOrientation TextOrientation {get; set;}
public: __property TextOrientation get_TextOrientation();
public: __property void set_TextOrientation( 
   TextOrientation value
);
public:
property TextOrientation TextOrientation {
   TextOrientation get();
   void set (    TextOrientation value);
}
'Declaration
 
Public Property TextOrientation As TextOrientation
 
'Usage
 
Dim instance As TextTool
Dim value As TextOrientation
 
instance.TextOrientation = value
 
value = instance.TextOrientation

Property Value

The TextOrientation used for the text annotation.
See Also

Reference

TextTool Class
TextTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback