Hi,
I have a PDF document where I create a Signature field so that users can sign the document.
The user views the document, clicks on the field and creates the signature. So far so good. The problem is that if the user clicks on the signature just created, the annotation bar appears and then he can move it or create new annotations.
Is it possible to make that once created the signature the user cannot modify it and when he clicks on the signature the annotation bar doesn't appear?
I have tried to configure these variables that I have seen in another post of the forum but it does not work.
pdfViewer.AnnotationSettings.IsLock = true;
pdfViewer.freeTextSettings.isLock = true;
Thank you very much!