I use the RedactionAnnotation class to process PDF documents, but there are several problems in the process of processing, please help me to see why.
Version info:
Aspose.PDF for Net 23.2
Issue 1
The demo code
void Mai…...White; foreach (var page in doc.Pages) { var annot = new Re...RedactionAnnotation(page, new Aspose.Pdf.Rectangle(0, 0, 200, 200));...