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

In This Topic
    RichText Property (TextField)
    In This Topic
    Gets or sets a value indicating whether the value of this field should be represented as a rich text string.
    Syntax
    'Declaration
     
    Public Property RichText As System.Boolean
    public System.bool RichText {get; set;}
    See Also