Redacting sample UI

I am looking to create a UI in PDFNet that will:
- let the user select areas for redaction (I have this working)
- highlight in grey / strikethrough / draw semi-transparent box over the selection while still viewing the redacting document

I know how to use Redactor to completely redact the selected area, but the above is a necessary and missing step.

The sample (http://www.pdftron.com/pdfnet/samplecode/data/SamplePDFRedactorGUI.zip) linked in this post no longer works: https://groups.google.com/forum/#!newtopic/pdfnet-sdk/pdfnet-sdk/QVbYaIIxWl4

, and this post (https://groups.google.com/forum/#!searchin/pdfnet-sdk/redaction|sort:date/pdfnet-sdk/kjdkDU5MdyA/cCfbU_IKnikJ) mentions an attached sample showing further tools, but I cannot find the attachment.

Any help would be much appreciated.

Thank you!

Sorry it is not clear what the issue is.

highlight in grey / strikethrough / draw semi-transparent box over the selection while still viewing the redacting document

For all platforms we provide tools for marking text in various ways, such as strikeout. There also other annotations, such as rectangle.

With our SDK you have full control over the appearance of the annotations, so you can make a grey highlight. You can take any annotation, and getting its bounding box (annot.GetRect), pass this to the Redactor class.