Accusoft.NotateXpress13.Net
Text Property (TextToolbarDefaults)




Gets and sets the string value used within the Text annotation.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As TextToolbarDefaults
Dim value As String
 
instance.Text = value
 
value = instance.Text
public string Text {get; set;}
public: __property string* get_Text();
public: __property void set_Text( 
   string* value
);
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the text for the annotation.
See Also

Reference

TextToolbarDefaults Class
TextToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback