exportOptions.pdf.imgDPINumber
The forced resolution (in dpi) of the images in the exported PDF document. By default, the images are exported at their full resolution.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
exportOptions: {
pdf: {
imgDPI: 300
}
}
});
</script>