Click or drag to resize
DrawingImageConverterByteArrayToObject Method
Converts an array of bytes to a Image object.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public Image ByteArrayToObject(
	byte[] array
)

Parameters

array
Type: SystemByte
The array of bytes.

Return Value

Type: Image
The converted object.

Implements

IByteArrayConverterTByteArrayToObject(Byte)
See Also