Class RadImageEditor
Inherited Members
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public class RadImageEditor : HtmlContainerControl
Constructors
RadImageEditor()
Declaration
public RadImageEditor()
RadImageEditor(Element)
Properties
ClientId
Declaration
public string ClientId { get; }
Property Value
System.String
|
ClientSideLocator
Declaration
public override string ClientSideLocator { get; }
Property Value
System.String
|
Overrides
CropBoxHeight
Declaration
public int CropBoxHeight { get; }
Property Value
System.Int32
|
CropBoxWidth
Declaration
public int CropBoxWidth { get; }
Property Value
System.Int32
|
CropBoxX
Declaration
public int CropBoxX { get; }
Property Value
System.Int32
|
CropBoxY
Declaration
public int CropBoxY { get; }
Property Value
System.Int32
|
CurrentToolDialogName
Declaration
public string CurrentToolDialogName { get; }
Property Value
System.String
|
FlipMode
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
ImageHeight
Declaration
public int ImageHeight { get; }
Property Value
System.Int32
|
ImageWidth
Declaration
public int ImageWidth { get; }
Property Value
System.Int32
|
IsRedoAvailable
Declaration
public bool IsRedoAvailable { get; }
Property Value
System.Boolean
|
IsUndoAvailable
Declaration
public bool IsUndoAvailable { get; }
Property Value
System.Boolean
|
Left
Declaration
public int Left { get; }
Property Value
System.Int32
|
LocatorExpression
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
IFindExpression
|
Overrides
Mode
Opacity
Declaration
public int Opacity { get; set; }
Property Value
System.Int32
|
ResizeEnabled
Declaration
public bool ResizeEnabled { get; set; }
Property Value
System.Boolean
|
RotationAngle
Declaration
public int RotationAngle { get; }
Property Value
System.Int32
|
ServerUrl
Declaration
public string ServerUrl { get; }
Property Value
System.String
|
Top
Declaration
public int Top { get; }
Property Value
System.Int32
|
Url
Declaration
public string Url { get; }
Property Value
System.String
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|
ZoomLevel
Declaration
public int ZoomLevel { get; }
Property Value
System.Int32
|
Methods
AssignElement(Element)
CloseCurrentToolDialog()
Declaration
public void CloseCurrentToolDialog()
ControlAssert()
CropBoxSet(Int32, Int32, Int32, Int32)
Declaration
public void CropBoxSet(int x, int y, int width, int height)
Parameters
System.Int32
x
|
System.Int32
y
|
System.Int32
width
|
System.Int32
height
|
ExportOnClient(String, String, Boolean)
Declaration
public void ExportOnClient(string name, string extension, bool overwrite)
Parameters
System.String
name
|
System.String
extension
|
System.Boolean
overwrite
|
ExportOnServer(String, String, Boolean)
Declaration
public void ExportOnServer(string name, string extension, bool overwrite)
Parameters
System.String
name
|
System.String
extension
|
System.Boolean
overwrite
|
FlipHorizontally()
Declaration
public void FlipHorizontally()
FlipVertically()
Declaration
public void FlipVertically()
HideTool(ImageEditorTool)
Redo()
Declaration
public void Redo()
Redo(Int32)
Declaration
public void Redo(int redoSteps)
Parameters
System.Int32
redoSteps
|
ResetImage()
Declaration
public void ResetImage()
ResizeImage(Int32, Int32)
Declaration
public void ResizeImage(int width, int height)
Parameters
System.Int32
width
|
System.Int32
height
|
Rotate(ImageEditorRotation)
Declaration
public void Rotate(ImageEditorRotation rotation)
Parameters
ImageEditorRotation
rotation
|
RotateLeft()
Declaration
public void RotateLeft()
RotateRight()
Declaration
public void RotateRight()
SaveOnClient()
Declaration
public void SaveOnClient()
SaveOnClient(String)
Declaration
public void SaveOnClient(string name)
Parameters
System.String
name
|
SaveOnServer()
Declaration
public void SaveOnServer()
SaveOnServer(String)
Declaration
public void SaveOnServer(string name)
Parameters
System.String
name
|
SelectOptionFromToolbar(ImageEditorTool)
Declaration
public void SelectOptionFromToolbar(ImageEditorTool tool)
Parameters
ImageEditorTool
tool
|
SetText(String)
Declaration
public void SetText(string text)
Parameters
System.String
text
|
SetText(String, Int32, Int32, String, Int32, String)
Declaration
public void SetText(string text, int x, int y, string fontFamily, int fontSize, string color)
Parameters
System.String
text
|
System.Int32
x
|
System.Int32
y
|
System.String
fontFamily
|
System.Int32
fontSize
|
System.String
color
|
ShowTool(ImageEditorTool)
ToolEnable(ImageEditorTool, Boolean)
Declaration
public void ToolEnable(ImageEditorTool tool, bool isEnabled)
Parameters
ImageEditorTool
tool
|
System.Boolean
isEnabled
|
Undo()
Declaration
public void Undo()
Undo(Int32)
Declaration
public void Undo(int undoSteps)
Parameters
System.Int32
undoSteps
|
ZoomActualSize()
Declaration
public void ZoomActualSize()
ZoomBestFit()
Declaration
public void ZoomBestFit()
ZoomImage(Int32)
Declaration
public void ZoomImage(int percentage)
Parameters
System.Int32
percentage
|
ZoomIn()
Declaration
public void ZoomIn()
ZoomOut()
Declaration
public void ZoomOut()