Class RenderRequest
Inheritance
System.Object
RenderRequest
Assembly: EPiServer.ImageLibrary.dll
Version: 12.0.3
Syntax
public class RenderRequest : Object
Constructors
RenderRequest()
Declaration
Properties
MimeType
Declaration
public string MimeType { get; set; }
Property Value
Type |
Description |
System.String |
|
Operations
Declaration
public IEnumerable<ImageOperation> Operations { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<ImageOperation> |
|
Quality
Declaration
public int Quality { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ZoomFactor
Declaration
public float ZoomFactor { get; set; }
Property Value
Type |
Description |
System.Single |
|
Extension Methods