VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfMarkupAnnotation Class / PopupAnnotation Property
Syntax Requirements SeeAlso
In This Topic
    PopupAnnotation Property (PdfMarkupAnnotation)
    In This Topic
    Gets or sets a pop-up annotation for entering or editing the text associated with this annotation.
    Syntax
    '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); }
    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