Click or drag to resize

DrawingImageConverter Class

Converts Image data type to an array of bytes, and an array of bytes to Image.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaDrawingImageConverter

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class DrawingImageConverter : IByteArrayConverter<Image>

The DrawingImageConverter type exposes the following members.

Constructors
 NameDescription
Public methodDrawingImageConverterInitializes a new instance of the DrawingImageConverter class
Top
Methods
 NameDescription
Public methodByteArrayToObject Converts an array of bytes to a Image object.
Public methodGetBytes Converts the specified Image object to an array of bytes.
Top
See Also