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>
In this article
exportOptions.pdf.keepPNG
Not finding the help you need?
Contact Support