Accusoft.NotateXpress13.Net
TextOrientation Property (StampTool)




Gets and sets the orientation of the text displayed within the stamp 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 StampTool
Dim value As TextOrientation
 
instance.TextOrientation = value
 
value = instance.TextOrientation

Property Value

The TextOrientation of the text displayed for the stamp annotation.
See Also

Reference

StampTool Class
StampTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback