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

CustomFormatWriter.CloseWriter Method

Closes the format writer, 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 CloseWriter
C#
protected internal virtual void CloseWriter()

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 writer is closed.

See Also

Reference