AboutSupportDeveloper GuideVersion 44.142.100.18

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.