Enum DeviceMode
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public enum DeviceMode
Fields
Name | Description |
---|---|
Calibrate | To track pen movements precisely, the sensors of the device need to be calibrated. This mode indicates that the device is performing a calibration. You may start a calibration by means of CalibrateSensor() |
Configuration | Certain device settings can only be changed in configuration mode. |
CustomerLogo | The customer logo mode allows you to use the display of the signature pad for showing images to customers Use SetCustomerLogoMode() to set the device to that mode. |
Dialog | This mode is deprecated as far as I know. |
DocumentSign | The document signing mode allows to sign on a document depicted on the display of the device. |
DocumentView | The document viewing mode may be used for showing documents on the display of the device. |
SignBmpPrepare | Indicates that the device is preparing the default signature mode. |
SignBmpRun | Indicates that the device has finished the preparation of the default signature mode. |
SignConfirm | In the signature confirm mode the device waits for a physical confirmation from the signer, that is, the person wielding the pen. |
SimpleDialogSign | The simple dialog sign mode allows to sign on customized forms depicted on the display of the device. |
StandardSign | The standard signature mode. |
Unknown |