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

LosslessJpegTransform.Opened Property

Returns value that specifies if the JPEG file transform is opened.

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

Syntax

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

Property Value

Value that specifies if the JPEG file transform is opened.

Remarks

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

See Also

Reference