BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hi Jeff,
Thank you for using Syncfusion product.
We are not able to reproduce the issue using the version
11.1.0.21, herewith we have attached the sample with which we tried to
reproduce the issue. Can you please provide us a sample or modify this sample
to reproduce the issue. Also please let us know the Essential studio version
you are using.
Please let us know if you have any questions.
Regards,
George
This is the way I was doing it before. It creates an image with a white background:private PdfImage DrawImage(PdfPageBase page, Bitmap bmp, RectangleF location){var ms = new MemoryStream();bmp.Save(ms, ImageFormat.Png);var pdfImg = new PdfBitmap(ms);var g = (page as PdfPageBase).Graphics;g.DrawImage(pdfImg, location.X, location.Y);
private PdfImage DrawImage(PdfPageBase page, Bitmap bmp, RectangleF location){var g = page.Graphics;PdfImage pdfImg = new PdfBitmap(bmp);g.DrawImage(pdfImg, location.X, location.Y);
Hi Jeff,
Thank you for your update.
We are glad to hear that the issue has been resolved.
Please let us know if you have any concerns.
Regard,
George