'Declaration <DescriptionAttribute("The bounding rectangle, in the device-independent pixels (1/96th inch), of the form field template on the template image.")> Public Overridable Property BoundingBox As System.Drawing.RectangleF
[Description("The bounding rectangle, in the device-independent pixels (1/96th inch), of the form field template on the template image.")] public virtual System.Drawing.RectangleF BoundingBox { get; set; }
[Description("The bounding rectangle, in the device-independent pixels (1/96th inch), of the form field template on the template image.")] public: __property virtual System.Drawing.RectangleF* get_BoundingBox(); public: __property virtual void set_BoundingBox(
System.Drawing.RectangleF* value
);
[Description("The bounding rectangle, in the device-independent pixels (1/96th inch), of the form field template on the template image.")] public:
virtual property System.Drawing.RectangleF^ BoundingBox { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }