VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfMarkupAnnotation Class / PopupAnnotation Property
Синтаксис Требования Смотрите также
В этом разделе
    PopupAnnotation Свойство (PdfMarkupAnnotation)
    В этом разделе
    Возвращает или задает всплывающую аннотацию для ввода или редактирования текста, связанного с этой аннотацией.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute("A pop-up annotation for entering or editing the text associated with this annotation.")>
    Public Property PopupAnnotation As PdfPopupAnnotation
    
    
    [Category("Behavior")]
    [Description("A pop-up annotation for entering or editing the text associated with this annotation.")]
    public PdfPopupAnnotation PopupAnnotation { get; set; }
    
    
    [Category("Behavior")]
    [Description("A pop-up annotation for entering or editing the text associated with this annotation.")]
    public: __property PdfPopupAnnotation* get_PopupAnnotation();
    public: __property void set_PopupAnnotation(
    PdfPopupAnnotation* value
    );
    [Category("Behavior")]
    [Description("A pop-up annotation for entering or editing the text associated with this annotation.")]
    public:
    property PdfPopupAnnotation^ PopupAnnotation { PdfPopupAnnotation^ get(); void set(PdfPopupAnnotation^ value); }
    Требования

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

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