We are concentrating not burning images in our ASP.NET web app and have both rectangle annotation, as well as redaction - which is nothing more than a rectangledata that is black-filled and canMove/canResize false.
The only problem I see at the moment is that you can right-click and delete the meant-to-be redaction.
How can I conditionally test to show/hide the AnnoContextMenu in the ContextMenuShow() call?
Thanks.