/
OnLCDSignButton
OnLCDSignButton
Definition
Delphi
ActiveX
HRESULT OnLCDSignButton(void);
Description
This event can be used to handle clicking on the "Sign Now" button on the device display (only for devices with colour displays).
C# Sample
OnLCDSignButton
axSignAPIv4.OnLCDSignButton += new EventHandler(axSignAPIv4_OnLCDSignButton); ... void axSignAPIv4_OnLCDSignButton(object sender, EventArgs e) { // Start Sign buttonStart_Click(sender, e); }
, multiple selections available,
Related content
OnDeviceLCDButtonHandlerEx
OnDeviceLCDButtonHandlerEx
More like this
OnDeviceLCDButtonHandler
OnDeviceLCDButtonHandler
More like this
InitDeviceDLL
InitDeviceDLL
More like this
SetSignDocMode
SetSignDocMode
Read with this
OnDevicePenEventHandler
OnDevicePenEventHandler
Read with this
OnGetAesKey
OnGetAesKey
Read with this