Method ClearLcd
ClearLcd()
For devices with black and white display:
Resets the signing background to a default image.
Declaration
Error ClearLcd()
Returns
Type | Description |
---|---|
Error | Error |
Remarks
This is for devices with black and white display.
Examples
C#
driver.ClearLcd();
VB.NET
driver.ClearLcd()