Name | Description | |
---|---|---|
![]() | DrawImage(PdfImage, PdfPoint) |
Draws the specified image, using its original size, at the
specified location.
|
![]() | DrawImage(PdfImage, PdfPoint, Double) |
Draws the specified image, using its original size, at the
specified location and with the specified rotation.
|
![]() | DrawImage(PdfImage, Double, Double) |
Draws the specified image, using its original size, at the
specified location.
|
![]() | DrawImage(PdfImage, PdfPoint, PdfSize, Double) |
Draws the specified image at the specified location with specified
size and with the specified rotation.
|
![]() | DrawImage(PdfImage, Double, Double, Double) |
Draws the specified image, using its original size, at the
specified location and with the specified rotation.
|
![]() | DrawImage(PdfImage, Double, Double, Double, Double, Double) |
Draws the specified image at the specified location with specified
size and with the specified rotation.
|