IDrawingFactory.CreateBitmapFromImageByteArray

IDrawingFactory.CreateBitmapFromImageByteArray method

Creates a bitmap from the specified image byte array.

public IBitmap CreateBitmapFromImageByteArray(byte[] imageBytes)
ParameterTypeDescription
imageBytesByte[]The byte array containing the image data.

Return Value

The created IBitmap.

See Also