Class ImageHelper
Internal calss for image processing
Inheritance
System.Object
ImageHelper
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public static class ImageHelper
Methods
Load(Byte[])
Load the image from bytes, Internal only method
Declaration
public static Image Load(byte[] bytes)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bytes |
Returns
Type | Description |
---|---|
Image |
Register(IImageHelperLoader)
Register a new custom loader
Declaration
public static void Register(IImageHelperLoader imageHelperLoader)
Parameters
Type | Name | Description |
---|---|---|
IImageHelperLoader | imageHelperLoader |