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