获取打印缩放结果。

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

Properties

Properties

scale: number

缩放百分比(0.1 到 800.0)。

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

缩放模式。有效值为: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