Class ImageOperation
  
  
  
  
    Inheritance
    System.Object
    ImageOperation
   
  
  Assembly: EPiServer.ImageLibrary.dll
  Version: 12.0.3
  Syntax
  
    public class ImageOperation : Object
   
  Constructors
  
  
  
  
  ImageOperation(ImageEditorCommand)
  
  
  Declaration
  
    public ImageOperation(ImageEditorCommand command)
   
  Parameters
  
  
  
  
  ImageOperation(ImageEditorCommand, Int32, Int32)
  
  
  Declaration
  
    public ImageOperation(ImageEditorCommand command, int width, int height)
   
  Parameters
  
  Properties
  
  
  
  
  Angle
  
  
  Declaration
  
    public int Angle { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  BackgroundColor
  
  
  Declaration
  
    public string BackgroundColor { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
  
  
  Command
  
  
  Declaration
  
    public ImageEditorCommand Command { get; set; }
   
  Property Value
  
  
  
  
  Height
  
  
  Declaration
  
    public int Height { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  Left
  
  
  Declaration
  
    public int Left { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  Top
  
  
  Declaration
  
    public int Top { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
  
  
  Width
  
  
  Declaration
  
    public int Width { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Methods
  
  
  
  
  Deserialize(String)
  
  
  Declaration
  
    public static List<ImageOperation> Deserialize(string commands)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | commands |  | 
    
  
  Returns
  
  
  
  
  ParseCommandName(String)
  
  
  Declaration
  
    public static ImageEditorCommand ParseCommandName(string commandName)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | commandName |  | 
    
  
  Returns
  
  Extension Methods