| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DeviceApi.SignatureRectangle.Scrolling
Some devices support scrolling of the signature rectangle. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DeviceApi.SignatureRectangle | 
of(int top,
  int left,
  int width,
  int height)
Gets a basic signature rectangle. 
 | 
DeviceApi.SignatureRectangle | 
withScrolling(DeviceApi.SignatureRectangle.Scrolling scrolling)
Whether the scrolling option shall be used. 
 | 
DeviceApi.SignatureRectangle | 
withWindowHandle(com.sun.jna.platform.win32.WinDef.HWND windowHandle)
Whether the signature rectangle is tied to a window. 
 | 
public static DeviceApi.SignatureRectangle of(int top, int left, int width, int height)
top - The upper edge.left - The left edge.width - The width.height - The height.public DeviceApi.SignatureRectangle withScrolling(DeviceApi.SignatureRectangle.Scrolling scrolling)
scrolling - The scrolling option.public DeviceApi.SignatureRectangle withWindowHandle(com.sun.jna.platform.win32.WinDef.HWND windowHandle)
windowHandle - The window handle.Copyright © 2025. All rights reserved.