'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("A parent annotation with which this pop-up annotation is associated.")> Public Property Parent As PdfMarkupAnnotation
[Category("Behavior")] [Description("A parent annotation with which this pop-up annotation is associated.")] public PdfMarkupAnnotation Parent { get; set; }
[Category("Behavior")] [Description("A parent annotation with which this pop-up annotation is associated.")] public: __property PdfMarkupAnnotation* get_Parent(); public: __property void set_Parent(
PdfMarkupAnnotation* value
);
[Category("Behavior")] [Description("A parent annotation with which this pop-up annotation is associated.")] public:
property PdfMarkupAnnotation^ Parent { PdfMarkupAnnotation^ get(); void set(PdfMarkupAnnotation^ value); }