/
SetLCDMode

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.

Related content

ClearLCD
More like this
SetLCDDefaultPictureOptions
SetLCDDefaultPictureOptions
More like this
SetSignImage
More like this
SetSignImageEx
More like this
SetSignatureLineColor
SetSignatureLineColor
More like this
StartSignWithImage
StartSignWithImage
More like this