Gets and sets the string value used within the stamp annotation.
public string Text {get; set;}
public: __property string* get_Text();
public: __property void set_Text(
string* value
);
'Declaration
Public Property Text As String
'Usage
Dim instance As StampTool
Dim value As String
instance.Text = value
value = instance.Text
Property Value
A string value which represents the text for the stamp annotation.