ResizeEventArgs

12 Sep 20251 minute to read

The Interface which contains the properties for resize action in the Image Editor.

Properties

cancel boolean

Defines whether to cancel the resizing action of image editor.

height number

Returns the height of the image after resizing can be performed.

isAspectRatio boolean

Returns whether the resizing action should be an aspect ratio resizing or not.

previousHeight number

Returns the height of the image before resizing can be performed.

previousWidth number

Returns the width of the image before resizing can be performed.

width number

Returns the width of the image after resizing can be performed.