Modifier and Type | Method and Description |
---|---|
DeviceApi.SignatureImage.ResizeOption |
DeviceApi.SignatureImage.ResizeOption.crop()
Crops the signature image to the bounding box, that is, the
smallest rectangular image that contains the whole signature
drawing.
|
DeviceApi.SignatureImage.ResizeOption |
DeviceApi.SignatureImage.ResizeOption.crop()
Crops the signature image to the bounding box, that is, the
smallest rectangular image that contains the whole signature
drawing.
|
DeviceApi.SignatureImage.ResizeOption |
DeviceApi.SignatureImage.ResizeOption.embedIntoSignBackground()
Embeds the drawn signature into the image that has been set as
the signature background.
|
DeviceApi.SignatureImage.ResizeOption |
DeviceApi.SignatureImage.ResizeOption.embedIntoSignBackground()
Embeds the drawn signature into the image that has been set as
the signature background.
|
static DeviceApi.SignatureImage.ResizeOption |
DeviceApi.SignatureImage.ResizeOption.get()
Gets the default resize option.
|
static DeviceApi.SignatureImage.ResizeOption |
DeviceApi.SignatureImage.ResizeOption.get()
Gets the default resize option.
|
DeviceApi.SignatureImage.ResizeOption |
DeviceApi.SignatureImage.ResizeOption.keepAspectRatio()
Resize the image to the requested size keeping aspect ratio.
|
DeviceApi.SignatureImage.ResizeOption |
DeviceApi.SignatureImage.ResizeOption.keepAspectRatio()
Resize the image to the requested size keeping aspect ratio.
|
DeviceApi.SignatureImage.ResizeOption |
DeviceApi.SignatureImage.ResizeOption.stretch()
Stretches the image to the requested size, ignoring aspect ratio.
|
DeviceApi.SignatureImage.ResizeOption |
DeviceApi.SignatureImage.ResizeOption.stretch()
Stretches the image to the requested size, ignoring aspect ratio.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
DeviceApi.SignatureImage.setResizeOption(DeviceApi.SignatureImage.ResizeOption resizeOption)
Sets the resize option.
|
static boolean |
DeviceApi.SignatureImage.setResizeOption(DeviceApi.SignatureImage.ResizeOption resizeOption)
Sets the resize option.
|
Copyright © 2024. All rights reserved.