VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfPageDrawImageCommand Class / SourceRect Property
Syntax Requirements SeeAlso
In This Topic
    SourceRect Property (PdfPageDrawImageCommand)
    In This Topic
    Gets or sets the rectangle, in pixels, that specifies the portion of the [OverlayImage] to draw.
    Syntax
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.VintasoftDrawingConverter)>
    <DescriptionAttribute("The rectangle, in pixels, that specifies the portion of the  to draw.")>
    Public Property SourceRect As System.Drawing.RectangleF
    
    
    [TypeConverter(Vintasoft.Imaging.VintasoftDrawingConverter)]
    [Description("The rectangle, in pixels, that specifies the portion of the  to draw.")]
    public System.Drawing.RectangleF SourceRect { get; set; }
    
    
    [TypeConverter(Vintasoft.Imaging.VintasoftDrawingConverter)]
    [Description("The rectangle, in pixels, that specifies the portion of the  to draw.")]
    public: __property System.Drawing.RectangleF* get_SourceRect();
    public: __property void set_SourceRect(
    System.Drawing.RectangleF* value
    );
    [TypeConverter(Vintasoft.Imaging.VintasoftDrawingConverter)]
    [Description("The rectangle, in pixels, that specifies the portion of the  to draw.")]
    public:
    property System.Drawing.RectangleF^ SourceRect { 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