Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / TextField Class / RichTextValue Property

In This Topic
    RichTextValue Property
    In This Topic
    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.

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