VintaSoft Imaging .NET SDK 14.1: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfMarkupAnnotation Class / RichText Property
Синтаксис Ремарки Требования Смотрите также
В этом разделе
    RichText Свойство (PdfMarkupAnnotation)
    В этом разделе
    Возвращает или задает строку форматированного текста, которая будет отображаться во всплывающем окне при открытии аннотации.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(null)>
    <DescriptionAttribute("The rich text string that shall be displayed in the popup window when the annotation is opened.")>
    <CategoryAttribute("Common")>
    Public Property RichText As System.String
    
    
    [DefaultValue(null)]
    [Description("The rich text string that shall be displayed in the popup window when the annotation is opened.")]
    [Category("Common")]
    public System.String RichText { get; set; }
    
    
    [DefaultValue(null)]
    [Description("The rich text string that shall be displayed in the popup window when the annotation is opened.")]
    [Category("Common")]
    public: __property System.String get_RichText();
    public: __property void set_RichText(
    System.String value
    );
    [DefaultValue(null)]
    [Description("The rich text string that shall be displayed in the popup window when the annotation is opened.")]
    [Category("Common")]
    public:
    property System.String RichText { System.String get(); void set(System.String value); }
    Ремарки

    См. Архитектура Adobe XML, Спецификация архитектуры XML Forms (XFA), версия 3.3.

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также