Search found 5 matches

by Player1
Fri Oct 22, 2021 8:34 am
Forum: Example requests & Code samples
Topic: Redact RedactRequestCtx json?
Replies: 9
Views: 10087

Re: Redact RedactRequestCtx json?

Thank you Fabio, I tried those lines with our version 3.1.0.68 version of GdPicture.NET.14.WEB.DocuVieware.Core.dll DocuViewareControl and only the EnableTextSelection and EnableSelectionAnnotation were valid properties, the last two not present in Intellisense or found in the metadata for 3.1.0.68....
by Player1
Thu Oct 14, 2021 2:40 am
Forum: Example requests & Code samples
Topic: Redact RedactRequestCtx json?
Replies: 9
Views: 10087

Re: Redact RedactRequestCtx json?

Thanks again Fabio, I've noticed that the online demo gives a context menu when I select some text. When I select text, I get the purple selected text but I don't get that menu so I'd like to enable it. I've tried all the obvious-sounding 'Enable...' and '...Context...' and '...Menu' switches on the...
by Player1
Mon Oct 11, 2021 9:33 am
Forum: Example requests & Code samples
Topic: Redact RedactRequestCtx json?
Replies: 9
Views: 10087

Re: Redact RedactRequestCtx json?

Thanks for the help Fabio, redactions seem to be working now, as well as triggering the NewAnnotations handler. Knowing that redactions are just a form of annotation helped too :) I still have two things to sort out - is there an equivalent of 'ApplyRedactions()' for annotations? I have a number of ...
by Player1
Wed Oct 06, 2021 1:39 am
Forum: Example requests & Code samples
Topic: Redact RedactRequestCtx json?
Replies: 9
Views: 10087

Re: Redact RedactRequestCtx json?

Hi Fabio, Thank you for your prompt reply, and the links, I appreciate it. I had already turned on the snap-in, and it works nicely. That is fine for integrated redaction. However I do very much want to use the controller handler and obtain the redact rectangles, as I will be processing these at a d...
by Player1
Tue Oct 05, 2021 9:25 am
Forum: Example requests & Code samples
Topic: Redact RedactRequestCtx json?
Replies: 9
Views: 10087

Redact RedactRequestCtx json?

Hi GdPicture forum, I am a GdPicture/DocuVieware newbie wanting to handle redaction using the DocuViewareControllerActionsHandler in GdPicture.WEB, in C#/.NET Core. Looking at the controller's http post handler for redact , I have: public string Redact([FromBody] object jsonString) {....} Hitting F1...