Using SDK 9.2 RA. I would like to redact a document that is an image only without text.
Currently the users are able to use the Full Client UI to redact certain areas of scanned documents.
I am attempting to do the same action via C# code but the Laserfiche.RepositoryAccess.RedactionAnnotation object does not seem to allow a direct placement of the redaction.
The position / size are static.
Is there any way to add a Redaction using C# RA to an image without any text associated with the image, if so is there an working example that can be reviewed?