PdfGraphics.DrawImage Method
Name | Parameters | Description |
---|---|---|
Draw |
image, location | Draws the specified image in its original size at the specified page point. |
Draw |
image, dest |
Draws the specified image part in a page rectangle. |
Draw |
image, bounds | Draws an image in the specified page rectangle. The image is scaled to fit this rectangle. |
Draw |
data, location | Draws the specified image data at the specified point. |
Draw |
data, bounds | Draws an image data in the specified page rectangle. The image is scaled to fit the rectangle. |
Draw |
image, dest |
Draws the specified image part in a page rectangle. |
Draw |
data, location | Draws an image from a stream at the specified page point. |
Draw |
data, bounds | Draws an image from a stream in the specified page rectangle. The image is scaled to fit the rectangle. |