|
DrawImage(ImageData, PointF) |
PointF – (X, Y)
X and Y specify the start point of the image in PDF graphics distanced from the PDF’s origin respectively |
|
DrawImage(ImageData, RectangleF) |
RectangleF – (X, Y, Width, Height)
X and Y specify the start point of the image in PDF graphics distanced from the PDF’s origin respectively
Width is used to specify the Image’s width distanced from X point and Height is used to specify the Image’s height distanced from Y point. |