ImageGear for .NET
Text Property (ImGearARTTextFromFile)




Gets or sets the path to the text file.
Syntax
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As ImGearARTTextFromFile
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

String value.
See Also

Reference

ImGearARTTextFromFile Class
ImGearARTTextFromFile Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback