PDFExport
A subclass of React.Component.
Represents the KendoReact PDFExport component.
props
Readonly<PDFExportProps> intersected with Readonly<{ children?: ReactNode; }>
The props of the PDFExport component.
Methods
save
Saves the content as a PDF file.
Parameters
callback?
() => void
The callback to be executed after the PDF is saved.