pdf.jpegQualityNumber(default: 0.92)

Specifies the quality of the images within the exported file, from 0 to 1.

Example

<div id="spreadsheet"></div>
<script>
  $("#spreadsheet").kendoSpreadsheet({
    pdf: {
      jpegQuality: 0.8
    }
  });
</script>
In this article
pdf.jpegQuality
Not finding the help you need?
Contact Support