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

CustomFormatReader.OnClose Method

Frees resources when the reader closes.

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

Syntax

Visual Basic
Protected Friend Overrides Sub OnClose
C#
protected internal override void OnClose()

Remarks

Do not implement this method. Implement the CloseReader() instead.

See Also

Reference