Hello,
We are using Aspose.PDF.Drawing 25.2
When opening the attached Document in Adobe or Wondershare PDFElement, we see 2 stamp annotations.
When opening the same Document with Aspose, there are 4 StampAnnotation. N…... var doc = new Document(“ADOBE Stempeltest...Stempeltest (1).pdf”, null); var cnt = doc.Pages[1].Annotations.Count; //cnt...