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

CustomFormatReader.OnOpen Method

Called when the reader is opened.

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

Syntax

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

Remarks

Do not implement this method. Implement the OpenReader(String) instead.

See Also

Reference