Click or drag to resize

DrawingImageConverterGetBytes Method

Converts the specified Image object to an array of bytes.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public byte[] GetBytes(
	Image obj
)

Parameters

obj
Type: System.DrawingImage
The object that is to be converted.

Return Value

Type: Byte
The specified object as an array of bytes.

Implements

IByteArrayConverterTGetBytes(T)
See Also