Enum SignRectOption
Different options for setting the signature rectangle.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public enum SignRectOption
Remarks
Used in SetSignatureRectangle(Int32, Int32, Int32, Int32, Int32, Int32, SignRectOption, SignRectScrollCorrect)"/>.
Fields
Name | Description |
---|---|
CenterXY | Keeps the signature rectangle centered. |
ScrollXCenterY | Keeps the Y position of the signature rectangle centered. |
ScrollXY | Scrolls in both dimensions |
ScrollYCenterX | Keeps the X position of the signature rectangle centered. |