Documents for PDF, .NET Edition Documentation
RichTextValue Property

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.AcroForms Namespace > TextField Class : RichTextValue Property
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 containg RTF text.

Syntax
'Declaration
 
Public Property RichTextValue As System.String
public System.string RichTextValue {get; set;}
See Also

Reference

TextField Class
TextField Members