exportOptions.pdf.keywordsString(default: null)

Specifies the keywords of the exported PDF file.

Example

<div id="chart-wizard"></div>
<script>
$("#chart-wizard").kendoChartWizard({
    exportOptions: {
        pdf: {
            keywords: "chart, data visualization, report"
        }
    }
});
</script>
In this article
exportOptions.pdf.keywords
Not finding the help you need?
Contact Support