Interface IImageService
  
  
  
  
  Assembly: EPiServer.ImageLibrary.dll
  Version: 11.20.7
  Syntax
  
    public interface IImageService
   
  Methods
  
  
  
  
  RenderImage(Byte[], IEnumerable<ImageOperation>, String, Single, Int32)
  
  
  Declaration
  
    byte[] RenderImage(byte[] imageBuffer, IEnumerable<ImageOperation> operations, string mimeType, float zoomFactor, int jpegQuality)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Byte[] | imageBuffer |  | 
      
        | System.Collections.Generic.IEnumerable<ImageOperation> | operations |  | 
      
        | System.String | mimeType |  | 
      
        | System.Single | zoomFactor |  | 
      
        | System.Int32 | jpegQuality |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Byte[] |  | 
    
  
  Extension Methods