UpdateAnnotationApiItem
Properties
| Name |
Type |
Description |
Notes |
| roleName |
String |
The role name to reassign this annotation to. Null to keep the current assignment. |
[optional] [default to null] |
| pageNumber |
Integer |
The updated page number. Null to keep the current value. |
[optional] [default to null] |
| x |
Double |
The updated X coordinate of the annotation's top-left corner in PDF points (1pt = 1/72 inch). Null to keep the current value. |
[optional] [default to null] |
| y |
Double |
The updated Y coordinate of the annotation's top-left corner in PDF points. Null to keep the current value. |
[optional] [default to null] |
| width |
Double |
The updated width in PDF points. Null to keep the current value. |
[optional] [default to null] |
| height |
Double |
The updated height in PDF points. Null to keep the current value. |
[optional] [default to null] |
| required |
Boolean |
Whether the annotation is required. Null to keep the current value. |
[optional] [default to null] |
| label |
String |
The updated display label. Null to keep the current value. |
[optional] [default to null] |
| group |
String |
The updated group name. Null to keep the current value. |
[optional] [default to null] |
| options |
List |
The updated selectable options list. Null to keep the current value. |
[optional] [default to null] |
| defaultValue |
String |
The updated default value. Null to keep the current value. |
[optional] [default to null] |
| signerIndex |
Integer |
|
[optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]