Click or drag to resize

PdfDrawingSurfacePlaceTemplate Method

Overload List
  NameDescription
Public methodPlaceTemplate(String, PdfBounds)
Places the template on the drawing surface within the bounds provided.
Public methodPlaceTemplate(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.
Public methodPlaceTemplate(String, PdfTransform)
Places the template on the drawing surface within the bounds and transformed by the matrix provided.
Top
See Also