Click or drag to resize

PdfDrawingSurfacePlaceImage Method

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