VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageDrawImageCommand Class / DestRect Property
Syntax Requirements SeeAlso
In This Topic
    DestRect Property (PdfPageDrawImageCommand)
    In This Topic
    Gets or sets the rectangle, in PDF user units, that specifies the location and size of rectangle, where image must be drawn on PDF page.
    Syntax
    '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); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also