Abstract class for a custom format writer object.

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

Syntax

Visual Basic

Public MustInherit Class CustomFormatWriter _
	Inherits FormatWriter

C#

public abstract class CustomFormatWriter : FormatWriter

Remarks

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.

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.