'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); }