Type interface
Represents options for print.
Inheritance
IExportPrintOptions extends IExportImageOptions
.
IExportPrintOptions is not extended by any other symbol.
Properties
delay # |
Type Default A delay in milliseconds to wait before initiating print. This delay is necessary to ensure DOM is prepared and repainted before print dialog kicks in. |
---|---|
disabled # |
Type Set this option to @since 4.9.11 |
keepTainted # |
Type Default Inherited from Normally, Export removes "tainted" images (images that are loaded from other host than the chart itself) before export. Set this to Please note that removal of tainted images might trigger cross-origin security restrictions in browser and prevent the whole export operation, so use with caution. |
maxHeight # |
Type Inherited from Maximum height in pixels of the exported image. If source chart is bigger thank this, it will be scaled down. NOTE: this setting might be overidden by @since 4.9.24 |
maxWidth # |
Type Inherited from Maximum width in pixels of the exported image. If source chart is bigger thank this, it will be scaled down. NOTE: this setting might be overidden by @since 4.9.24 |
minHeight # |
Type Inherited from Minimum height in pixels of the exported image. If source chart is smaller thank this, it will be scaled up. @since 4.9.24 |
minWidth # |
Type Inherited from Minimum width in pixels of the exported image. If source chart is smaller thank this, it will be scaled up. @since 4.9.24 |
printMethod # |
Type Default Method to use for printing. If one fails for your particular setup, try the other. "css" - inserts dynamic CSS that hides everything, except the image being printed. "iframe" - creates a dynamic |
quality # |
Type Inherited from Quality of the exported image. (0-1) |
scale # |
Type Default Inherited from Rescale image. Number less than 1 will shrink the image. Number bigger than 1 will scale up the image. |
There are 7 inherited items currently hidden from this list. |