[]
Gets or sets the rich text to be displayed in the TextField. This text can be formatted using HTML tags, see PDF specification for details.
Note that GcPdf does not automatically regenerates appearance streams for text fields containing RTF text.
public string RichTextValue { get; set; }
Public Property RichTextValue As String