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

IFormatReader.Opened Property

Returns value that specifies if the reader is opened.

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

Syntax

Visual Basic
ReadOnly Property Opened As Boolean
C#
                bool Opened { get; }

Property Value

Value that specifies if the reader is opened.

Remarks

Reader becomes opened after you call Open(String) method without subsequent call of Close() method.

See Also

Reference