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="treelist"></div>
<script>
  $("#treelist").kendoTreeList({
    columns: [
      { field: "Name" },
      { field: "Position" }
    ],
    dataSource: [
      { id: 1, Name: "Daryl Sweeney", Position: "CEO", parentId: null },
      { id: 2, Name: "Guy Wooten", Position: "Chief Technical Officer", parentId: 1 }
    ],
    pdf: {
      keepPNG: true
    }
  });
</script>
In this article
pdf.keepPNG
Not finding the help you need?
Contact Support