VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / DrawImage Methods / DrawImage(PdfPen,PdfImageResource,RectangleF) Method
Syntax Requirements SeeAlso
In This Topic
    DrawImage(PdfPen,PdfImageResource,RectangleF) Method (PdfGraphics)
    In This Topic
    Draws the specified PdfImageResource at the specified location and with the specified size.
    Syntax

    Parameters

    pen
    The pen to draw border.
    imageResource
    PdfImageResource to draw.
    rect
    System.Drawing.RectangleF structure that specifies the location and size of the drawn image.
    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