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