Overload | Description |
---|---|
DrawInlineImage(VintasoftImage,PdfCompression,RectangleF) | 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. |
DrawInlineImage(VintasoftImage,PdfCompression,PdfCompressionSettings) | 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. |
DrawInlineImage(VintasoftImage,PdfCompression) | 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. |
DrawInlineImage(VintasoftImage,PdfCompression,PdfCompressionSettings,RectangleF) | 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. |