NewPageActionModel Data Type

This action is used to insert a new blank page.

Properties
name data type description
pageIndex number The index where the new page will be inserted. If not supplied the new page will be appended at the end of the document.
width number The width of the page in points (72 DPI). Default value is 612.
height number The height of the page in points (72 DPI). Default value is 792.

Example

{
  "pageIndex" : 12345,
  "width" : 12345.0,
  "height" : 12345.0
}