Type alias Dpi

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

DPI (dots per inch) configuration for printing.

Type declaration

  • Optional horizontal?: number

    DPI (dots per inch) in the horizontal direction.

  • Optional vertical?: number

    DPI (dots per inch) in the vertical direction.

Generated using TypeDoc