Search results

Overview API in JavaScript Image Editor API control

Name Description
FinetuneSettings This interface is used to specify settings for finetuning operations on images, including brightness, contrast, hue, saturation, exposure, opacity, and blur. It includes properties for setting minimum and maximum values for each of these options, as well as a default value.
ImageEditor The Image Editor is a graphical user interface for editing images.
ZoomSettings An interface used to define the settings such as minimum, maximum, and default zoom factors, and the type of zooming which are available in the image editor control.
Direction An enumeration representing the direction of an image editor operation.
FileType An enum representing the file types supported by the image editor.
ImageEditorCommand An enum representing the available toolbar commands in the image editor.
ImageFilterOption An enumeration of available image filter options.
ImageFinetuneOption An enumeration of available image finetune options.
ShapeType An enumeration representing the type of shape to be added in the image editor.
Theme An enum representing the available themes in the image editor.
ZoomTrigger An enumeration representing the different ways to trigger zooming in the image editor.
BeforeSaveEventArgs The Interface which contains the properties for before saving the canvas as image.
CropEventArgs The Interface which contains the properties for crop transition occur in the Image Editor.
Dimension Interface for Dimension calculation in the imageEditor.
FinetuneEventArgs Interface for fine tunes option for the image.
FlipEventArgs The Interface which contains the properties for flip transition in the Image Editor.
ImageEditorClickEventArgs Interface that provides information to the click event in the Image Editor.
ImageFilterEventArgs Interface for filter option for the image.
ImageFinetuneValue This interface is used to specify settings for image finetuning operations, including minimum and maximum values, as well as default values.
OpenEventArgs The Interface which contains the properties for opening the image.
PanEventArgs The Interface which contains the properties for pan transition occur in the Image Editor.
Point The Interface which contains the properties for Point Object in the image editor.
RotateEventArgs The Interface which contains the properties for rotate transition in the Image Editor.
SaveEventArgs The Interface which contains the properties for saving the canvas as image.
ShapeChangeEventArgs The Interface which contains the properties for shape change in Image Editor.
ShapeSettings Interface for ShapeSettings in the Image Editor.
ToolbarEventArgs The Interface which contains the properties for Toolbar events.
ZoomEventArgs The Interface which contains the properties for zoom transition occur in the Image Editor.