/
SetEsignType Method

SetEsignType Method

What it Does

Enables ESignature in the form package, passing an ESignType object.

Parameters

Parameter

Type

Description

ESignTypeAbsESignType

Abstract class representing a type of signature. Possible child classes: 

  1. ESignTypeDocusign: The form package will sign with Docusign vendor.
  2. ESignTypeSignix: The form package will sign with Signix vendor.
  3. ESignTypeNativeESign: The form package will use NativeESign for signing.


Sample Code

VB.NET

Sample Code
'Docusign

Dim objQFE As New QuikFormsEngine
Dim docusign As New ESignTypeDocusign()
.. 'docusign configuration.
objQFE.SetESignType(docusign)


'Signix

Dim objQFE As New QuikFormsEngine
Dim signix As New ESignTypeSignix()
.
. 'signix configuration
.

objQFE.SetESignType(signix)

'NativeESign

Dim objQFE As New QuikFormsEngine
Dim nativeESign As New ESignTypeNativeESign()
.
. 'native esign configuration
.

objQFE.SetESignType(nativeESign)


Related content

E-Signature Integration
E-Signature Integration
Read with this
Native E-Signature
Native E-Signature
More like this
Configuring the HTML Buttons
Configuring the HTML Buttons
Read with this
SIGNiX Properties
SIGNiX Properties
More like this
Forms Vault API
Forms Vault API
Read with this
How to Configure SetContentTypeCallBackURL Property
How to Configure SetContentTypeCallBackURL Property
More like this

For help regarding Quik! Forms and the Quik! API
Email: support@quikforms.com | Phone: (877) 456-QUIK