SetLCDMode
Declaration
Delphi
procedure SetLCDMode(DefaultPicture: Boolean);
C/C++
SOPAD_API void SOPAD_setLCDMode(BOOL bDefaultImage);
ActiveX
HRESULT SetLCDMode([in] VARIANT_BOOL DefaultPicture);
Description
This function turns on or off drawing of default picture for signing mode: a frame, a signature line and default copyright text. Default picture will be actually drawn on the call of startRead function.
Arguments
DefaultPicture
Pass a non-zero value if default picture should be displayed.