Result of getting the print scale.

interface PrintScaleResult {
    scale: number;
    zoomToMode: 0 | 1 | 2 | 3 | 4 | 5 | 6;
}

Properties

Properties

scale: number

The scale percentage (0.1 to 800.0).

zoomToMode: 0 | 1 | 2 | 3 | 4 | 5 | 6

The zoom to mode. The valid values are: DefineConst.FR_PRINT_ZOOM_MODE_NONE, DefineConst.FR_PRINT_ZOOM_MODE_FIT_PAPER, DefineConst.FR_PRINT_ZOOM_MODE_REDUCE_PAPER, DefineConst.FR_PRINT_ZOOM_MODE_MULTIPLE_PAGES, DefineConst.FR_PRINT_ZOOM_MODE_CUSTOM_SCALES, DefineConst.FR_PRINT_ZOOM_MODE_TILE_LARGE_PAGES, DefineConst.FR_PRINT_ZOOM_MODE_BOOKLET