ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF.Forms Namespace / TextField Class / RichTextValue Property




In This Topic
    RichTextValue Property
    In This Topic
    Gets or sets the value of the rich text string.
    Syntax
    'Declaration
     
    Public Property RichTextValue As String
    'Usage
     
    Dim instance As TextField
    Dim value As String
     
    instance.RichTextValue = value
     
    value = instance.RichTextValue
    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);
    }

    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