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

IFormatWriter Interface

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

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

Syntax

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

Object Model





See Also

Reference