SaveImageCommand
Class
Definition
Namespace:Telerik.Windows.Media.Imaging.ImageEditorCommands
Assembly:Telerik.Windows.Controls.ImageEditor.dll
Syntax:
C#
public class SaveImageCommand : ImageEditorCommandBase, ICommand
Inheritance: objectImageEditorCommandBaseSaveImageCommand
Implements:
Inherited Members
Constructors
Properties
Gets a value indicating whether this command can be executed when RadImageEditor is read-only. The default implementation returns false.
C#
protected override bool CanExecuteInReadOnlyMode { get; }
true if this command preserves the image; otherwise, false.
Overrides: