exportOptions.pdf Object
Parameters for the exported PDF file as kendo.drawing.PDFOptions
.
Example
<div id="chartwizard"></div>
<script>
$("#chartwizard").kendoChartWizard({
dataSource: [
[
{ field: 'Product Name', value: 'Calzone' },
{ field: 'Quantity', value: 1 },
{ field: 'Price', value: 12.39 },
{ field: 'Tax', value: 2.48 },
{ field: 'Total', value: 14.87 }
],
],
exportOptions: {
pdf: {
paperSize: 'Letter'
},
}
});
</script>
Related Properties
- exportOptions.pdf.autoPrint
- exportOptions.pdf.creator
- exportOptions.pdf.date
- exportOptions.pdf.imgDPI
- exportOptions.pdf.jpegQuality
- exportOptions.pdf.keepPNG
- exportOptions.pdf.keywords
- exportOptions.pdf.landscape
- exportOptions.pdf.margin
- exportOptions.pdf.margin.bottom
- exportOptions.pdf.margin.left
- exportOptions.pdf.margin.right
- exportOptions.pdf.margin.top
- exportOptions.pdf.paperSize
- exportOptions.pdf.subject
- exportOptions.pdf.title