/
ClearLCD
ClearLCD
Declaration
Delphi
procedure ClearLCD(DefaultPicture: Boolean; SavedImage: Boolean; SavedText: Boolean);
C/C++
SOPAD_API void SOPAD_clearLCD(BOOL bDefaultPicture, BOOL bSavedImage, BOOL bSavedText);
ActiveX
HRESULT ClearLCD([in] VARIANT_BOOL DefaultPicture, [in] VARIANT_BOOL SavedImage, [in] VARIANT_BOOL SavedText);
Description
This function clears the LCD.
Arguments
DefaultPicture
Pass a non-zero value if default picture (frame, signature line and default copyright text) should be displayed.
SavedImage
Pass a non-zero value to show the image assigned by SetSignImage.
SavedText
Pass a non-zero value to show the text assigned by SetSignText.
, multiple selections available,
Related content
SetSimpleDialogDisplayOption
SetSimpleDialogDisplayOption
More like this
OnDevicePenEventHandler
OnDevicePenEventHandler
Read with this
SetLCDDefaultPictureOptions
SetLCDDefaultPictureOptions
More like this
1. Installation
1. Installation
Read with this
SetLCDMode
SetLCDMode
More like this