Hi Tanmaya,
Thanks for using Syncfusion products,
We are able to set the image bounds manually,
it automatically scales the image to its dimension internally.
The sample code snippet
is given below.
page.Graphics.DrawImage(img,0,0,100,100);
The sample project is attached for
your reference.
AddingImage.zip
Please let us know if you need any
further assistance.
With Regards,
Praveen