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

CustomFormatReader Class

Abstract class for a custom format reader object.

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

Syntax

Visual Basic
Public MustInherit Class CustomFormatReader _
	Inherits FormatReader
C#
public abstract class CustomFormatReader : FormatReader

Remarks

In case you want to add read support of media formats not already supported by Graphics Mill for .NET, or if you want a custom reader for an already supported format, you should create a reader class derived from this class.

It provides several methods and properties, most of which are inherited. However, there are some members that you should implement:

For more details on these members, see the appropriate reference topics.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.SyncHandler
L Aurigma.GraphicsMill.Codecs.FormatReader
L Aurigma.GraphicsMill.Codecs.CustomFormatReader

Thread Safety

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

Object Model




See Also

Reference