[Description("A pop-up annotation for entering or editing the text associated with this annotation.")] [Category("Behavior")] public PdfPopupAnnotation PopupAnnotation { get; set; }
[Description("A pop-up annotation for entering or editing the text associated with this annotation.")] [Category("Behavior")] public: __property PdfPopupAnnotation* get_PopupAnnotation(); public: __property void set_PopupAnnotation(
PdfPopupAnnotation* value
);
[Description("A pop-up annotation for entering or editing the text associated with this annotation.")] [Category("Behavior")] public:
property PdfPopupAnnotation^ PopupAnnotation { PdfPopupAnnotation^ get(); void set(PdfPopupAnnotation^ value); }
'Declaration <DescriptionAttribute("A pop-up annotation for entering or editing the text associated with this annotation.")> <CategoryAttribute("Behavior")> Public Property PopupAnnotation As PdfPopupAnnotation