Hello All,
How to convert PDF to image with the provided height and width ?
Tried the below code where my Image is not completely saved/shown; Only some part is shown with the below dimesions
Image zoomImg = new Bitmap((int)(796.0), (int)(1030.0));
So, how can do that ?
Go to the complete details ...