Interface IReadSignatureImageOptions
Allows to change several options for the processing of the signature image.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public interface IReadSignatureImageOptions
Remarks
To get a transparent signature image set the background color to Color.Transparent.
Use the resize options to get an image resized in different ways.
Properties
Name | Description |
---|---|
Alignment | In connection with KeepAspectRatio: Embeds the resized signature image into a bigger image aligned to the edges or to the center. |
BackgroundColor | Changes the background color. |
LineColor | This property changes the color of the signature line. Default: Color.Blue. |
LineWidth | Affects the width of the signature line. |
ResizeOptions | Changes the way the signature image is resized. |