'Declaration <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.RectangleFConverter)> <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
[TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] [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; }
[TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] [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
);
[TypeConverter(Vintasoft.Imaging.TypeConverters.RectangleFConverter)] [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); }