Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample code below:

JSON (REST)

Native E-Sign
Code Block
"ESignType": 
{
    "Type":"nativeESign"
}

VB.NET

Enable Native E-Sign
Code Block
languagevb
Dim objQFE As New QuikFormsEngine
Dim nativeESign As New ESignTypeNativeESign()

 'native esign configuration
 
objQFE.SetESignType(nativeESign)

...