Dear support team,
if I use following code to blacken a section of the following document, the text that is deleted from the pdf-document is not under the annotation.
The page is rotated to 180 degrees.
If I try the s…...Add(annot, true); annot.Redact(); document....Pages[1].Annotations.Add(annot, true); annot.Redact(); document....