IDrawingFactory.CreateBitmapFromImageByteArray
IDrawingFactory.CreateBitmapFromImageByteArray method
Creates a bitmap from the specified image byte array.
public IBitmap CreateBitmapFromImageByteArray(byte[] imageBytes)
Parameter | Type | Description |
---|---|---|
imageBytes | Byte[] | The byte array containing the image data. |
Return Value
The created IBitmap
.
See Also
- interface IBitmap
- interface IDrawingFactory
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG