AboutSupportDeveloper GuideVersion 38.126.82.64

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.