Click or drag to resize
EmbeddedImageData Class
EmbeddedImageData contains raw image data and image format
Inheritance Hierarchy
SystemObject
  Ab2d.Common.ReaderWmfEmbeddedImageData

Namespace: Ab2d.Common.ReaderWmf
Assembly: Ab2d.ReaderWmf (in Ab2d.ReaderWmf.dll) Version: 7.1.5512.1040
Syntax
C#
public class EmbeddedImageData : IDisposable

The EmbeddedImageData type exposes the following members.

Constructors
  NameDescription
Public methodEmbeddedImageData
Constructor
Top
Properties
  NameDescription
Public propertyData
Byte array of raw image data
Public propertyImageFileExtention
Gets the string that specifies file extention for this image format. For example "png", "jpg", etc.
Public propertyImageFormat
Image format of the image data
Top
Methods
  NameDescription
Public methodDispose
Dispose
Top
See Also