Enum ResizeOptions
Different resize options.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
[Flags]
public enum ResizeOptions
Fields
Name | Description |
---|---|
Crop | Crops the signature image to the bounding box, that is, the smallest rectangular image that contains the whole signature drawing. This option may be combined with Stretch or KeepAspectRatio. |
EmbedIntoSignBackground | Embeds the drawn signature into the image that has been set as the signature background. |
KeepAspectRatio | Resize the image to the requested size keeping aspect ratio. Note that the requested size can be attained only if it has the same aspect ratio as the original image. |
None | The default: Perform no resize. |
Stretch | Stretches the image to the requested size, ignoring aspect ratio. |