Enum ButtonKind
Different kind of buttons.
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public enum ButtonKind
Fields
| Name | Description |
|---|---|
| Cancel | Cancel button. |
| Next | Next button. |
| Ok | Ok button. |
| Prev | Previous button. |
| Repeat | Repeat button. |
| Rotate | Rotation button. |
| Rotate90 | Rotate-by-90-degrees button. |
| StartSignature | Start signature button. |
| Unknown | Unknown button. |
| ZoomIn | Zoom in button. |
| ZoomOut | Zoom out button. |