Accusoft.NotateXpress13.Net
TextOrientation Property (TextTool)




Gets and sets the orientation of the text displayed within the text annotation.
Syntax
'Declaration
 
Public Property TextOrientation As TextOrientation
'Usage
 
Dim instance As TextTool
Dim value As TextOrientation
 
instance.TextOrientation = value
 
value = instance.TextOrientation
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);
}

Property Value

The TextOrientation used for the text annotation.
See Also

Reference

TextTool Class
TextTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback