Forums

Hi Team, 

We have a requirement such that, when a document is sent for signature and signer opens it for the sign then signer will get a provision to select the Signature method of his choice. It can be a dropdown (or anything that will allow signer to make selection) including all signing methods -

  • Click-to-Sign

  • Capture Signature

  • Mobile Signature

  • Click-to-Initial

Something like below : 

Forums

Hello,

Is there a way to set the default signature type to Click to Sign at the document level ( applies to all signature fields) when creating  a package using .NET SDK & using signature text tags?

using this for signature text tags instead of signature fields .EnableExtraction().WithExtractionType(ExtractionType.TEXT_TAGS)

Tried the following line of code but still the document was set with Capture Signature type signature fields.