Search results

ZoomSettingsModel API in Vue Image Editor API component

Interface for a class ZoomSettings

Properties

maxZoomFactor

number

Specifies the maximum zooming level to limit the zooming. An integer value that specifies the maximum zooming level. And the default value is 10 (1000 percent).

minZoomFactor

number

Specifies the minimum zooming level to limit the zooming. An integer value that specifies the minimum zooming level. And the default value is 1 (100%).

zoomFactor

number

Specifies the default zoom factor to be applied on initial loading of image. An integer value that specifies the current zooming level. And the default value is 1 (100 percent).

zoomPoint

Point

Specifies the point in which the zooming has been performed in the image editor. A point value that specifies the current zooming point. And the default value is null, and it can be considered as center point of the image editor.

zoomTrigger

ZoomTrigger

Specifies the available options for zooming in an image editor control.