...
Event returns the coordinates of the press and release event from the pen. The event is only returned when the Pad is inside the Dialog Modus and it doesn´t return coordinates of the signature. The Event can be used to realize clickable elements like buttons, checkboxes, radiobuttons, dropboxes. This Event will only be triggert when you inside the SimpleDialog Mode.
Arguments
PadMode
mode | code | decription |
---|---|---|
DEFAULT_SIGN_MODE | 0 | default signature mode |
DOCUMENT_VIEW_MODE | 5 | Document view mode |
DOCUMENT_SIGN_MODE | 6 | sign in document mode |
SIMPEL_DIALOG | 14 | simple dialog mode |
...