Method SetSimpleDialogMode
SetSimpleDialogMode()
Puts the signature device to simple dialog mode, if the device supports it.
Declaration
public Error SetSimpleDialogMode()
Returns
Type | Description |
---|---|
Error | Error |
Implements
Remarks
The simple dialog mode allows to run a customized graphical user interface on the device. The displayed graphics consist of text fields and images. User input is done is with the pen
Clicks with the pen trigger the PenEvent. when no signature is being captured.
A signature capture can be started with StartSignatureMode(SignMode) passing the option SimpleDialogSign..