/
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);
}

 

 

Related content

ViewDocOnDevice
ViewDocOnDevice
More like this
InitDeviceDLL
InitDeviceDLL
More like this
AddSignature
AddSignature
Read with this
OnDeviceLCDButtonHandler
OnDeviceLCDButtonHandler
More like this
SetSignDocMode
SetSignDocMode
Read with this
OnDeviceLCDButtonHandlerEx
OnDeviceLCDButtonHandlerEx
More like this