Spire.pdf - 11.3.0.0
Visual Studio 2022 - C#
The image created by PdfDocument SaveToFile does not show the annotations correctly. It shows a rectangle instead of the real annotation (see attached files).
PdfDocument WorkingDocument;
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
WorkingDocument.SaveToFile("imageedit.pdf");
Image image = _pdfWorkingDocument.SaveAsImage(_index, Spire.Pdf.Graphics.PdfImageType.Bitmap, dpi, dpi);
image.Save("imageedit.bmp");
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
Thanks