SigPlus.Net Documentation

SigPlusNET.LCDSetWindow Method 

public bool LCDSetWindow(
   int XPos,
   int YPos,
   int XSize,
   int YSize
);

Remarks

Sets a signature window that restricts the ink of the SigPlus object to said window on the LCD itself (see setLCDCaptureMode).

Paramters

XPos-Location in LCD coordinates (upper left- 0,0)

YPos-Same

XSize-X size in LCD pixels

YSize-Y size in LCD pixels

Return Value

True if checksum received and verified, false if no or incorrect checksum received from tablet.

See Also

SigPlusNET Class | Topaz Namespace