New to Kendo UI for Angular? Start a free 30-day trial
ImageExportOptions
Parameters for the exported image.
Name | Type | Default | Description |
---|---|---|---|
cors? |
|
|
Specifies how cross-origin images have to be requested. Requesting images without CORS will "taint" the canvas. It will still be visible on the page but to prevent information disclosure, the script access to it will be disabled. By default, they are anonymously requested. The available options are:
For more details, refer to the |
height? |
|
The height of the exported image. Defaults to the scene height. | |
width? |
|
The width of the exported image. Defaults to the scene width. |