Hi Aspose team,
When I use Aspose.Pdf for .NET, I found a problem.
.
When I add a text annotation to the pdf page, then convert this page into an image, I find that the annotation I added will not be displayed on the …...BitmapImage bitmap = new BitmapImage(); bitmap.BeginInit(); bitmap.StreamSource...StreamSource = memory; bitmap.EndInit(); return bitmap; } catch (Exception...