PdfDrawingSurfacePlaceImage Method |
| Name | Description | |
|---|---|---|
| PlaceImage(String, String, PdfBounds) |
Places the image on the drawing surface within the bounds provided.
| |
| PlaceImage(String, String, PdfPoint) |
Places the image on the drawing surface at the given location. The image will be placed such that each pixel is
1 PDF page unit square.
| |
| PlaceImage(String, String, PdfTransform) |
Places the image on the drawing surface within the bounds and transformed by the matrix provided.
|