exportOptions.pdf.keepPNGBoolean(default: false)
If set to true all PNG images contained in the exported file will be kept in PNG format.
Example
<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
exportOptions: {
pdf: {
keepPNG: true
}
}
});
</script>