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

TiffExtraChannelCollection.IsReadOnly Property

Gets a value indicating whether the collection is read-only.

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

Syntax

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

Property Value

true if the collection is read-only; otherwise, false. The default is false.

Remarks

A collection that is read-only does not allow the addition, removal, or modification of extra channels after the collection is created.

See Also

Reference