Versions Compared

Key

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

...

req0: disabled, default / 1: enabled
fnaname of the signature field
fdfield description, gets displayed during signing in WSI
sigTypesignature type, supported: BiometricSignature, Picture (Click2Sign, Type2Sign, Draw2Sign)
positioning

Defines if the signature can be placed outside of the signature field (onPage, intersectsWithField) or will be placed into the signature filed (withinField).

possible values

  • onPage
  • withinField
  • intersectsWithField.


Example 1: Simplest SigString, just a optional signature field

...

`sig,req=0,sigType=Picture`

Example 4: SigString, required, with description and positioning
`sig,req=1,fd=myFd',positioning=onPage`

As position for a signature field, the lower left beginning of the sig-string will be taken. In case the string part of a word, the beginning of the word will be the position.

...