PdfCanvas.DrawXObject Method

Draws the specified object at the specified location.

Overload List

  NameDescription
Public methodDrawXObject(PdfXObject, PdfPoint)
Draws the specified XObject, using its original size, at the specified location.
Public methodDrawXObject(PdfXObject, PdfPoint, Double)
Draws the specified object, using its original size, at the specified location and with the specified rotation.
Public methodDrawXObject(PdfXObject, Double, Double)
Draws the specified object, using its original size, at the specified location.
Public methodDrawXObject(PdfXObject, PdfPoint, PdfSize, Double)
Draws the specified object at the specified location with specified size and with the specified rotation.
Public methodDrawXObject(PdfXObject, Double, Double, Double)
Draws the specified object, using its original size, at the specified location and with the specified rotation.
Public methodDrawXObject(PdfXObject, Double, Double, Double, Double, Double)
Draws the specified object at the specified location with specified size and with the specified rotation.

See Also