Abstract class for a custom format writer object.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public MustInherit Class CustomFormatWriter _ Inherits FormatWriter
public abstract class CustomFormatWriter : FormatWriter
In case you want to add write support of media formats not already supported by Graphics Mill for .NET, or if you want a custom writer for an already supported format, you should create a writer class derived from this class.