Rotate page actions contain information used to rotate a single page or all pages in a document.
| name | data type | description |
|---|---|---|
| pageIndex | number | The index of the page to rotate. If not supplied all pages will be rotated. |
| rotation | number | The new page rotation in degrees. Default value is 0. |
Example
{
"pageIndex" : 12345,
"rotation" : 12345
}