Returns value that specifies if the writer 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 if the writer is opened.

Remarks

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