BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
When i use the DPI settings, the image DPI gets higher but the image itself is nto stretched. White space is added around it |
We were unable to reproduce the issue with “White space added around the exported image”. I have attached a simple sample for your reference below. Can you please modify the sample to replicate the issue? It will be helpful for us to analyze further and provide better solution. | |
the image itself is nto stretched |
DPI value is meant to increase the quality of the image. If you want to increase width and height of the image, you can specify the custom size to the image while exporting the PDF document using PDF viewer. Please find the below code snippet.
API reference link:
We can also export the specific pages of the PDF document as Bitmap sources with respect to DPI. Please find the API reference link below.
We have prepared sample illustrating both the scenario. Kindly try running the sample and let us know whether it helps you.
|