Returns value that specifies whether the reader is opened.

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

Syntax

Visual Basic

Public Overridable ReadOnly Property Opened As Boolean

C#

public virtual bool Opened { get; }

Property Value

Value that specifies whether the reader is opened.

Remarks

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