The page mode defines the mode of the current page. The following page modes are available:

  • Single: every page within the document is identified as a single page. Normally all pages have the same size, but via dynamic canvas sizes and non-uniform aspect ratio, every page can have different dimensions.
  • Spread: spread setups generally work with double pages layed out horziontally. Normally the first and last page have only a single editable side. If you have editable inside cover pages enabled, both pages can be customized.

Enumeration Members

Enumeration Members

Double: "Double"

This identifies a double page spread. Both sides of the page are customizable.

Single: "Single"

This identifies a single page.

SpreadFirst: "Right"

This identifies the first page in a spread setup without editable inside cover pages. The right page can be customized.

SpreadLast: "Left"

This identifies the last page in a spread setup without editable inside cover pages. The left page can be customized.

Generated using TypeDoc