'Declaration <DescriptionAttribute("The annotation that is related with this annotation.")> <CategoryAttribute("Behavior")> Public Property RelatedAnnotation As PdfAnnotation
[Description("The annotation that is related with this annotation.")] [Category("Behavior")] public PdfAnnotation RelatedAnnotation { get; set; }
[Description("The annotation that is related with this annotation.")] [Category("Behavior")] public: __property PdfAnnotation* get_RelatedAnnotation(); public: __property void set_RelatedAnnotation(
PdfAnnotation* value
);
[Description("The annotation that is related with this annotation.")] [Category("Behavior")] public:
property PdfAnnotation^ RelatedAnnotation { PdfAnnotation^ get(); void set(PdfAnnotation^ value); }