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

TiffExtraChannelCollection.IsFixedSize Property

Gets a value indicating whether the collection has a fixed size.

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

Syntax

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

Property Value

true if the collection has a fixed size; otherwise, false. The default is false.

Remarks

A collection with a fixed size does not allow the addition or removal of extra channels after the collection is created, but it allows the modification of existing extra channels.

See Also

Reference