IExportingImageOptions

Type interface

Inheritance

IExportingImageOptions extends IExportingFormatOptions.

IExportingImageOptions is extended by IExportingPrintOptions, IExportingPDFOptions.

Properties

disabled
#

Type undefined | false | true

Inherited from IExportingFormatOptions

If set to true, this format will not appear in ExportMenu.

maintainPixelRatio
#

Type undefined | false | true

Default false

Export images with hardware resolution (false), or the way they appear on screen (true).

Click here for more info

maxHeight
#

Type undefined | number

Maximal height of exported image, in pixels.

Click here for more info

maxWidth
#

Type undefined | number

Maximal width of exported image, in pixels.

Click here for more info

minHeight
#

Type undefined | number

Minimal height of exported image, in pixels.

Click here for more info

minWidth
#

Type undefined | number

Minimal width of exported image, in pixels.

Click here for more info

quality
#

Type undefined | number

Quality of the exported image: 0 to 1.

There is 1 inherited item currently hidden from this list.