New to KendoReact? Start a free 30-day trial
toBlob
toBlobPremium
Exports the group of drawing elements to PDF and returns a Blob.
Does not work in browsers that do not support Blob.
Parameters
group
The Group to export.
callback
(data: Blob) => void
A function that will be called with the Blob, when complete.