This documentation is for the old version. Go to the latest Graphics Mill docs

IFormatReader Interface

This interface is implemented by all Graphics Mill for .NET format readers to provide reading data (both bitmaps and meta information) functionality.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Interface IFormatReader _
	Implements IFormatInfo, ICloneable, IEnumerable, IDisposable
C#
public interface IFormatReader : IFormatInfo, ICloneable, IEnumerable, 
	IDisposable

Object Model




See Also

Reference