Method Click
Click(ButtonKind)
Influences a signing process started with SignAsync(String, FieldPosition, SignatureInfo, Behaviour) like a click on the pad buttons.
Declaration
public void Click(ButtonKind buttonKind)
Parameters
Type | Name | Description |
---|---|---|
ButtonKind | buttonKind | Use Ok, Repeat or Cancel. |
Remarks
This should be called only in the timespan in which the signer would click a button on the pad. The SignStarted event of the Driver object may be used to get the start of that timespan. Note that the the signing process is also influenced by the SignFinished event of the Driver object. This is triggered when the signer has stopped drawing for a configurable timespan. It can be switched off altogether. Then, a click on the pad or a call of this function is required to continue, repeat or to cancel the signing process.
The hash dialog on the pad, if used, cannot be bypassed by this.