printPPI

sets default pixel per inch (ppi) ratio for printing

number printPPI;

Example

webix.env.printPPI = 96;


Default value:

96
Details

The option is used to define the default PPI used during webix.print() call.

See also
Back to top