Interface IImageOutput

interface IImageOutput {
    outDpi: number;
    outFormat: "png" | "jsondata";
    outZoom: number;
}

Properties

outDpi: number

Image resolution in DPI (default 96 DPI)

maximum=1000

outFormat: "png" | "jsondata"

The image format of the report to be produced

default='png'

outZoom: number

The scale factor to be applied in image scaling. A zoom greater than 5 will not be applied to the device pixel ratio which will remain fixed at 5