/
SignPadRefreshOptions
SignPadRefreshOptions
Declaration
Delphi
function SignPadRefreshOptions(ModeType: integer) :integer; register;
C/C++
int __stdcall SOPAD_SignPadRefreshOptions(int ModeType) ;
ActiveX
function SignPadRefreshOptions(ModeType: integer) :integer; safecall;
Description
forces to refresh/ reload the configuration file
Arguments
ModeType
0: default signature mode
5: Document view mode
6: sign in document mode
Return value
const SOPAD_SUCCESS = (0);
const SOPAD_FAILURE = (-1);
const SOPAD_NOTSUPORTED = (-2);
, multiple selections available,
Related content
SignPadResetConfiguration
SignPadResetConfiguration
More like this
configurePad
configurePad
More like this
OnDeviceLCDButtonHandler
OnDeviceLCDButtonHandler
More like this
StartRead
StartRead
More like this
ViewDocOnDevice
ViewDocOnDevice
More like this
checkConnectedPad
checkConnectedPad
More like this