SaaS CMS has officially launched! Learn more now.

Class ImageEditorCommand

Inheritance
System.Object
ImageEditorCommand
Namespace: EPiServer.ImageLibrary
Assembly: EPiServer.ImageLibrary.dll
Version: 12.0.3
Syntax
public sealed class ImageEditorCommand : Enum

Fields

Crop

Declaration
public const ImageEditorCommand Crop
Field Value
Type Description
ImageEditorCommand

FlipX

Declaration
public const ImageEditorCommand FlipX
Field Value
Type Description
ImageEditorCommand

FlipY

Declaration
public const ImageEditorCommand FlipY
Field Value
Type Description
ImageEditorCommand

Grayscale

Declaration
public const ImageEditorCommand Grayscale
Field Value
Type Description
ImageEditorCommand

None

Declaration
public const ImageEditorCommand None
Field Value
Type Description
ImageEditorCommand

Resize

Declaration
public const ImageEditorCommand Resize
Field Value
Type Description
ImageEditorCommand

ResizeKeepScale

Declaration
public const ImageEditorCommand ResizeKeepScale
Field Value
Type Description
ImageEditorCommand

Rotate

Declaration
public const ImageEditorCommand Rotate
Field Value
Type Description
ImageEditorCommand

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods