PageOrderActionModel Data Type

Page order actions contain information used to change the order of the pages in a document.

Properties
name data type description
order array of number The new page order. Array elements are the page indices.

Example

{
  "order" : [ 12345, 12345 ]
}