I created accessible pdf using itext 7
and added watermark text to the pdf as below.
//create canvas
canvas.ShowTextAligned(new Paragraph(watermarkText),x,y,textalign);
Watermark text gets applied to the pdf but it can be selected.
How can I disable the watermark text selection?