Abstract class for a custom format reader object.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public MustInherit Class CustomFormatReader _ Inherits FormatReader
public abstract class CustomFormatReader : FormatReader
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.