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 |
---|---|---|
IImage |
svc | |
System. |
imageBuffer | |
System. |
operations | |
System. |
mimeType | |
System. |
zoomFactor | |
System. |
jpegQuality |
Returns
Type | Description |
---|---|
System. |