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

FormatReader.CheckOpened Method

Checks if the format reader is opened.

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

Syntax

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

Remarks

This method is called whenever any reader property that is associated with an opened file (for example, dimensions or quality) is used. It is also called when the frame is loaded.

See Also

Reference