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