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

FormatWriter.Opened Property

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.

See Also

Reference