my problem is that when I try to set transparent as strokeColor for FreeText annotation when adding one the resulting annotations has black border.
I try to code it like this:
this.addAnnot({ type: "FreeText", contents: "TEST", strokeColor: color.transparent, page: 0 });
Ane the result is:
Is there any way to set transparent as border color for the annotation?