AboutSupportDeveloper GuideVersion 41.129.83.3

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.