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

TiffExtraChannelCollection.GetEnumerator Method

Returns an enumerator for the extra channels allowing the collection to be used in foreach blocks.

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

Syntax

Visual Basic
Public Overridable Function GetEnumerator As IEnumerator
C#
public virtual IEnumerator GetEnumerator()

Return Value

An enumerator that implements the System.Collections.IEnumerator interface.

See Also

Reference