Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class PresetElement

Size preset information for the EPiServer Image Editor

Inheritance
System.Object
PresetElement
Namespace: EPiServer.Configuration.ImageEditor
Assembly: EPiServer.Configuration.dll
Version: 11.20.7
Syntax
public class PresetElement : ConfigurationElementBase

Constructors

PresetElement()

Initializes a new instance of the PresetElement class.

Declaration
public PresetElement()

Properties

Height

Gets the preset height in pixels.

Declaration
public int Height { get; }
Property Value
Type Description
System.Int32

LanguageKey

Gets a language key to a localized description of the preset.

Declaration
public string LanguageKey { get; }
Property Value
Type Description
System.String

Name

Gets a name of the preset to show in the preset list.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Width

Gets the preset width in pixels.

Declaration
public int Width { get; }
Property Value
Type Description
System.Int32

Extension Methods