A text string specifying the overlay text that should be drawn over the redacted region after the affected content has been removed.var a = this.getAnnots(); // get all annotations in docvar r = a[0] ; // the first one is Redact typer.setProps({ // now set its propertiesoverlayText: " A.C. Robat ",alignment: 0,repeat: true,fillColor:color.blue,textColor: color.green});There is a popup associated with a Redact annotation, now add content to this popup note.r.setProps({ contents: "Shall we redact this paragraph?" });See also the applyRedactions method of the Doc object.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.52.html