addAnnot Type:"Redact" Cannot specify location (defaults to bottom left)
I am simplying trying to add a basic annotation, type "Redact". But, it doesn't matter whether i specifc points, quads, or rect the location of the redacted annotation box is ALWAYS in the lower left hand corner of the page. Despite numerous posts and online articles that seem to indicates you can specifiy the location, it does not work. I have also tried adding an annotation type "FreeText" (which does allow me to specifiy a location using rect which works fine) and changing the type to "Redact" but it just moves the annotation to the bottom left. Here is the basic code I am using:
this.addAnnot({type:"Redact",page:0,rect:[200,600,250,700]})
Any insight would be greatly appreciated!
