'Declaration <DescriptionAttribute("The rectangle, in PDF user units, that specifies the location and size of rectangle, where image must be drawn on PDF page.")> <TypeConverterAttribute(Vintasoft.Imaging.VintasoftDrawingConverter)> Public Property DestRect As System.Drawing.RectangleF
[Description("The rectangle, in PDF user units, that specifies the location and size of rectangle, where image must be drawn on PDF page.")] [TypeConverter(Vintasoft.Imaging.VintasoftDrawingConverter)] public System.Drawing.RectangleF DestRect { get; set; }
[Description("The rectangle, in PDF user units, that specifies the location and size of rectangle, where image must be drawn on PDF page.")] [TypeConverter(Vintasoft.Imaging.VintasoftDrawingConverter)] public: __property System.Drawing.RectangleF* get_DestRect(); public: __property void set_DestRect(
System.Drawing.RectangleF* value
);
[Description("The rectangle, in PDF user units, that specifies the location and size of rectangle, where image must be drawn on PDF page.")] [TypeConverter(Vintasoft.Imaging.VintasoftDrawingConverter)] public:
property System.Drawing.RectangleF^ DestRect { System.Drawing.RectangleF^ get(); void set(System.Drawing.RectangleF^ value); }