Class ImageEditor
Inheritance
System.Object
ImageEditor
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class ImageEditor : ContentWebFormsBase, ISupportsScriptManager, ISystemMessageSink, IContentSource
Constructors
ImageEditor()
Declaration
Fields
Adjust
Declaration
protected ToolButton Adjust
Field Value
AutoSaveLocationPanel
Declaration
protected Panel AutoSaveLocationPanel
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Panel |
|
Cancel
Declaration
protected ToolButton Cancel
Field Value
Declaration
protected ToolButton cancelButton
Field Value
CompressionBox
Declaration
protected HtmlGenericControl CompressionBox
Field Value
| Type |
Description |
| System.Web.UI.HtmlControls.HtmlGenericControl |
|
Crop
Declaration
protected ToolButton Crop
Field Value
CropCancel
Declaration
protected ToolButton CropCancel
Field Value
CropOk
Declaration
protected ToolButton CropOk
Field Value
Croppreset
Declaration
protected HtmlSelect Croppreset
Field Value
| Type |
Description |
| System.Web.UI.HtmlControls.HtmlSelect |
|
Declaration
protected Panel EditorButtonRow
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Panel |
|
Declaration
protected Panel FileManagerButtonRow
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Panel |
|
FileManagerSection
Declaration
protected PlaceHolder FileManagerSection
Field Value
| Type |
Description |
| System.Web.UI.WebControls.PlaceHolder |
|
GeneralInformationText
Declaration
protected Literal GeneralInformationText
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Literal |
|
Declaration
protected ToolButton okButton
Field Value
Preset
Declaration
protected HtmlSelect Preset
Field Value
| Type |
Description |
| System.Web.UI.HtmlControls.HtmlSelect |
|
Quality
Declaration
protected HtmlSelect Quality
Field Value
| Type |
Description |
| System.Web.UI.HtmlControls.HtmlSelect |
|
Redo
Declaration
protected ToolButton Redo
Field Value
Resize
Declaration
protected ToolButton Resize
Field Value
ResizeCancel
Declaration
protected ToolButton ResizeCancel
Field Value
ResizeOk
Declaration
protected ToolButton ResizeOk
Field Value
reverttooriginal
Declaration
protected ToolButton reverttooriginal
Field Value
Save
Declaration
protected ToolButton Save
Field Value
Saveas
Declaration
protected ToolButton Saveas
Field Value
Declaration
protected Panel ToolBarPanel
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Panel |
|
Declaration
protected Panel ToolbuttonPanel
Field Value
| Type |
Description |
| System.Web.UI.WebControls.Panel |
|
Undo
Declaration
protected ToolButton Undo
Field Value
ZoomTask
Declaration
protected HtmlSelect ZoomTask
Field Value
| Type |
Description |
| System.Web.UI.HtmlControls.HtmlSelect |
|
Properties
CurrentContent
Declaration
public override IContent CurrentContent { get; set; }
Property Value
Overrides
FileImageName
Declaration
protected string FileImageName { get; }
Property Value
| Type |
Description |
| System.String |
|
InitialZoomValue
Declaration
protected double InitialZoomValue { get; }
Property Value
| Type |
Description |
| System.Double |
|
IsHtmlAttributesEnabled
Declaration
protected bool IsHtmlAttributesEnabled { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
IsOpenedFromFileManager
Declaration
protected bool IsOpenedFromFileManager { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
DialogSizeSetting()
Declaration
protected string DialogSizeSetting()
Returns
| Type |
Description |
| System.String |
|
IsEditorEnabledForJavascript()
Declaration
protected string IsEditorEnabledForJavascript()
Returns
| Type |
Description |
| System.String |
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
UserHasAccessToSaveCopyContent()
Declaration
protected bool UserHasAccessToSaveCopyContent()
Returns
| Type |
Description |
| System.Boolean |
|
UserHasAccessToSaveOriginalContent()
Declaration
protected bool UserHasAccessToSaveOriginalContent()
Returns
| Type |
Description |
| System.Boolean |
|
Implements
Extension Methods