addObjectSignature
Puts the pad into signature capture mode and specifies a signature object or control in which a captured signature is saved. It is an error to add more than one ObjectSignature to the current control list.
| Parameter | Description |
|---|---|
| id | Cannot be any of the values reserved for text or button objects: who, why, Ok, Clear, Cancel. |
| signature sdk | Signature SDK object with a valid licence. |
| sigObj | SigObj object with a valid licence. |
| options | Object with the integrity type or hash to attach to the signature. It is optional. |
| Return values |
|---|
| The added Object if success or null if there is some error. |