Hi Claudio,
Thank you for your update.
Could you please set all the margins to zero so that the
image or the Pdf document can be drawn in full page.
Please use the below code snippet.
PdfDocument doc = new
PdfDocument();
doc.PageSettings.Margins.All = 0;
Please let us know if you have any concern.
Thanks,
Karthikeyan.C