AboutSupportDeveloper GuideVersion 40.128.82.13

DPI (dots per inch) configuration for printing.

interface Dpi {
    horizontal?: number;
    vertical?: number;
}

Properties

horizontal?: number

DPI (dots per inch) in the horizontal direction.

vertical?: number

DPI (dots per inch) in the vertical direction.