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: 1.8.12.0 (1.8.12)
Syntax
public class DrawingImageConverter : IByteArrayConverter<Image>

The DrawingImageConverter type exposes the following members.

Constructors
  NameDescription
Public methodDrawingImageConverter
Initializes 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