Customize signature dialog

Hi,

I'm looking for an example of customizing the signature UI in Xamarin. Specifically to remove the "Save signature" checkbox either permanently or conditionally.

I'm uncertain whether the UI differs between signature annotations and digital signatures.

Thanks for the assistance :slight_smile:

Hello,

In this case, are you referring to Xamain iOS? If so, the button can be toggled by calling the following method:
https://www.pdftron.com/api/xamarinios/tools/api/pdftron.PDF.Tools.PTToolManager.html#pdftron_PDF_Tools_PTToolManager_ShowDefaultSignature

For Xamarin Android, there is a seperate tab for saved signatures that can be hidden by calling the following method:
https://www.pdftron.com/api/xamarinandroid/tools/api/pdftron.PDF.Config.ToolManagerBuilder.html#pdftron_PDF_Config_ToolManagerBuilder_SetShowSavedSignatures_System_Boolean_

Please let me know if you have any further questions.

Thanks, i think that covers it :slight_smile: