Class ImageServiceExtensions
Inheritance
System.Object
ImageServiceExtensions
Namespace: EPiServer.ImageLibrary
Assembly: EPiServer.ImageLibrary.dll
Version: 12.0.3Syntax
public static class ImageServiceExtensions : Object
Methods
RenderImage(IImageService, Byte[], IEnumerable<ImageOperation>, String, Single, Int32)
Declaration
public static byte[] RenderImage(this IImageService svc, byte[] imageBuffer, IEnumerable<ImageOperation> operations, string mimeType, float zoomFactor, int jpegQuality)
Parameters
| Type | Name | Description |
|---|---|---|
| IImageService | svc | |
| System.Byte[] | imageBuffer | |
| System.Collections.Generic.IEnumerable<ImageOperation> | operations | |
| System.String | mimeType | |
| System.Single | zoomFactor | |
| System.Int32 | jpegQuality |
Returns
| Type | Description |
|---|---|
| System.Byte[] |