ImageGear .NET
RichTextValue Property




Gets or sets the value of the rich text string.
Syntax
public string RichTextValue {get; set;}
public: __property string* get_RichTextValue();
public: __property void set_RichTextValue( 
   string* value
);
public:
property String^ RichTextValue {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Public Property RichTextValue As String
 
'Usage
 
Dim instance As TextField
Dim value As String
 
instance.RichTextValue = value
 
value = instance.RichTextValue

Property Value

The value of the rich text string. The length of the returned string is currently limited to 1M utf-16 chars.
See Also

Reference

TextField Class
TextField Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback