Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / MarkupAnnotation Class / RichText Property

In This Topic
    RichText Property (MarkupAnnotation)
    In This Topic
    Gets or sets the text to be displayed in the pop-up window when the annotation is opened. This text can be formatted using HTML tags, see PDF specification for details.
    Syntax
    'Declaration
     
    Public Property RichText As System.String
    public System.string RichText {get; set;}
    See Also