Creates an ImageData object from the given byte array.

Namespace: Docentric.Documents.ObjectModel.Shapes
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public static ImageData FromBytes( Byte[] bytes )

Parameters

bytes
Type: Byte[]

Bytes representing an image.

Return value

Type: ImageData
Returns the created ImageData object that wraps the data of the image.