SaaS CMS has officially launched! Learn more now.

Class RenderRequest

Inheritance
System.Object
RenderRequest
Namespace: EPiServer.ImageLibrary
Assembly: EPiServer.ImageLibrary.dll
Version: 12.0.3
Syntax
public class RenderRequest : Object

Constructors

RenderRequest()

Declaration
public RenderRequest()

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