Show:

formats

Array

An array will all available formats when adding a new view.


Default: []

Example:

                  

[ [100, 100], [500, 500], [1000, 1000] ]

maxHeight

Number

Maximum height that the user can enter as view height.


Default: 10000

maxWidth

Number

Maximum width that the user can enter as view width.


Default: 10000

minHeight

Number

Minimum height that the user can enter as view height.


Default: 0

minWidth

Number

Minimum width that the user can enter as view width.


Default: 0

pricePerArea

Number

Charge price per area in centimeter. For example if you want to charge a price of 1 per 10cm2, you have to enter 0.1.


Default: 0

unit

String

Set the length unit that you would like to set the canvas site: 'mm', 'cm', 'inch'


Default: 'mm'