VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / DrawInlineImage Methods / DrawInlineImage(VintasoftImage,PdfCompression,PdfCompressionSettings,RectangleF) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    DrawInlineImage(VintasoftImage,PdfCompression,PdfCompressionSettings,RectangleF) Method (PdfGraphics)
    In This Topic
    Compress the specified image using specified compression, saves compressed image as inline image in PDF document and draws the inline image at the specified location and with specified size.
    Syntax

    Parameters

    image
    VintasoftImage to draw.
    compression
    The compression that should be applied to image.
    compressionSettings
    The compression settings.
    rect
    System.Drawing.RectangleF structure that specifies the location and size where image must be drawn.
    Remarks

    Because the inline format gives the application less flexibility in managing the image data, it should be used only for small images (4 KB or less).

    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