'Declaration <DescriptionAttribute("Annotation rectangle, defining the location of annotation on the page in default user space units.")> <CategoryAttribute("Appearance")> <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.RectangleFConverter)> Public Property Rectangle As RectangleF
[Description("Annotation rectangle, defining the location of annotation on the page in default user space units.")] [Category("Appearance")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] public RectangleF Rectangle {get; set;}
[Description("Annotation rectangle, defining the location of annotation on the page in default user space units.")] [Category("Appearance")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] public: __property RectangleF get_Rectangle(); public: __property void set_Rectangle( RectangleF value );
[Description("Annotation rectangle, defining the location of annotation on the page in default user space units.")] [Category("Appearance")] [TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] public: property RectangleF Rectangle { RectangleF get(); void set ( RectangleF value); }