AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Interface Dpi

    DPI (dots per inch) configuration for printing.

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

    DPI (dots per inch) in the horizontal direction.

    vertical?: number

    DPI (dots per inch) in the vertical direction.