ExportPDF
methodsExports a group of drawing elements as a PDF file.
The group will be positioned at [0, 0] in the exported file. It's dimensions will be used as default dimensions for the image.
The export operation is asynchronous and returns a promise.
The promise will be resolved with a PDF file encoded as a Data URI.
Scene images must be of same origin or CORS-enabled.
Parameters:groupkendo.drawing.Group
optionskendo.drawing.PDFOptions
Returns:Promise
The root group containing all elements to export.
Parameters for the exported PDF file.
A promise that will be resolved with a PDF file encoded as a Data URI.