Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class DefaultImageService

Inheritance
System.Object
DefaultImageService
Implements
Namespace: EPiServer.ImageLibrary.Internal
Assembly: EPiServer.ImageLibrary.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class DefaultImageService : Object, IImageService

Constructors

DefaultImageService()

Declaration
public DefaultImageService()

Methods

RenderImage(Stream, Stream, RenderRequest)

Declaration
public void RenderImage(Stream input, Stream output, RenderRequest request)
Parameters
Type Name Description
System.IO.Stream input
System.IO.Stream output
RenderRequest request

Implements

Extension Methods