SignatureField permanent border

Hi,

I managed to digitally sign a PDF and the signature is visible on the page.
Now what I want to do is to have a permanent border around the signature field. PdfSignatureField appearance has a border property, but it is not permanently visible, it is only visible on hovering over the signature.
How can I always make the border visible or draw a rectangle?
Thank you

Hi danrt,

Try with this:
signatureAppearance.BorderColor = PdfColors.Black;

Regards,
Stipo

Thanks for the response. Works as expected. :+1: