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

CustomFormatReader Constructor

Creates and initializes a new CustomFormatReader class instance.

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

Syntax

Visual Basic
Protected Sub New
C#
protected CustomFormatReader()

Remarks

The constructor for this class should specify the default properties of your reader, for example, its name, description, supported MIME type, and so on. This can be done by calling the following methods:

See Also

Reference