| signerIndex |
Integer |
New zero-based signer index to reassign the annotation to a different signer. |
[optional] [default to null] |
| pageNumber |
Integer |
New 1-based page number to move the annotation to a different page. |
[optional] [default to null] |
| x |
Double |
New horizontal position of the annotation's top-left corner in PDF points (1pt = 1/72 inch). 0 = left edge. |
[optional] [default to null] |
| y |
Double |
New vertical position of the annotation's top-left corner in PDF points. 0 = top edge. |
[optional] [default to null] |
| width |
Double |
New width in PDF points. Per-type server minimums are enforced (e.g., Signature ~120pt) - values below the minimum are clamped up. |
[optional] [default to null] |
| height |
Double |
New height in PDF points. Per-type server minimums are enforced (e.g., Signature ~30pt) - values below the minimum are clamped up. |
[optional] [default to null] |
| required |
Boolean |
Whether the signer must complete this field. |
[optional] [default to null] |
| label |
String |
Updated display label shown to the signer. |
[optional] [default to null] |
| group |
String |
Updated group identifier for related annotations (e.g., RadioGroup grouping). |
[optional] [default to null] |
| defaultValue |
String |
Updated pre-filled value for the field. |
[optional] [default to null] |
| options |
List |
Updated list of selectable values (for Dropdown and RadioGroup types). |
[optional] [default to null] |
| mustBeChecked |
Boolean |
For Checkbox annotations: whether the box must be checked by the signer. |
[optional] [default to null] |