VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / DrawInlineImage Methods / DrawInlineImage(VintasoftImage,PdfCompression,PdfCompressionSettings) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    DrawInlineImage(VintasoftImage,PdfCompression,PdfCompressionSettings) 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 current location.
    Syntax
    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: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also