image.png (2.2 KB)
用的就是官方mode代码,然后显示应该是pdf批注文本,加个指向问题的引线箭头,现在是文本框把整个引线都圈起来了:
var da = new Aspose.Pdf.Annotations.DefaultAppearance();
da.TextColor = System.Drawing.Color.Red;
…...FreeTextAnnotation(page, new Aspose.Pdf.Rectangle(422...Add the annotation to the page page.Annotations.Add(fta); // Set...