Modifier and Type | Method and Description |
---|---|
static DeviceApi.SignatureRectangle |
DeviceApi.SignatureRectangle.of(int top,
int left,
int width,
int height)
Gets a basic signature rectangle.
|
static DeviceApi.SignatureRectangle |
DeviceApi.SignatureRectangle.of(int top,
int left,
int width,
int height)
Gets a basic signature rectangle.
|
DeviceApi.SignatureRectangle |
DeviceApi.SignatureRectangle.withScrolling(DeviceApi.SignatureRectangle.Scrolling scrolling)
Whether the scrolling option shall be used.
|
DeviceApi.SignatureRectangle |
DeviceApi.SignatureRectangle.withScrolling(DeviceApi.SignatureRectangle.Scrolling scrolling)
Whether the scrolling option shall be used.
|
DeviceApi.SignatureRectangle |
DeviceApi.SignatureRectangle.withWindowHandle(com.sun.jna.platform.win32.WinDef.HWND windowHandle)
Whether the signature rectangle is tied to a window.
|
DeviceApi.SignatureRectangle |
DeviceApi.SignatureRectangle.withWindowHandle(com.sun.jna.platform.win32.WinDef.HWND windowHandle)
Whether the signature rectangle is tied to a window.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DeviceApi.setSignatureRectangle(DeviceApi.SignatureRectangle signatureRectangle)
Sets the signature rectangle.
|
static boolean |
DeviceApi.setSignatureRectangle(DeviceApi.SignatureRectangle signatureRectangle)
Sets the signature rectangle.
|
Copyright © 2024. All rights reserved.