does anyone have examples to get redactions to work in ASP.NET? I am trying to lock a redaction but even though I do lock it, it is still editable and movable:
rect.Security = new AnnotationLock();
rect.Security.Lock("testpassword");
Thanks in advance.
brian