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

CustomFormatReader.CloseReader Method

Closes the format reader, and detaches it from a previously opened file (or other media).

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

Syntax

Visual Basic
Protected Friend Overridable Sub CloseReader
C#
protected internal virtual void CloseReader()

Remarks

This method is called by the Close() method. Implement it when you write your own custom codec and need to release resources when the reader is closed.

See Also

Reference