VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfMarkupAnnotation Class / RichText Property
Syntax Remarks Requirements SeeAlso
In This Topic
    RichText Property (PdfMarkupAnnotation)
    In This Topic
    Gets or sets the rich text string that shall be displayed in the popup window when the annotation is opened.
    Syntax
    'Declaration
    
    <DescriptionAttribute("The rich text string that shall be displayed in the popup window when the annotation is opened.")>
    <CategoryAttribute("Common")>
    <DefaultValueAttribute(null)>
    Public Property RichText As System.String
    
    
    [Description("The rich text string that shall be displayed in the popup window when the annotation is opened.")]
    [Category("Common")]
    [DefaultValue(null)]
    public System.String RichText { get; set; }
    
    
    [Description("The rich text string that shall be displayed in the popup window when the annotation is opened.")]
    [Category("Common")]
    [DefaultValue(null)]
    public: __property System.String get_RichText();
    public: __property void set_RichText(
    System.String value
    );
    [Description("The rich text string that shall be displayed in the popup window when the annotation is opened.")]
    [Category("Common")]
    [DefaultValue(null)]
    public:
    property System.String RichText { System.String get(); void set(System.String value); }
    Remarks

    See Adobe XML Architecture, XML Forms Architecture (XFA) Specification, version 3.3.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also