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

TiffFrame.ExtraChannels Property

Gets/sets the collection containing all extra channels associated with the frame. Using this property you can either obtain all extra channels from the TIFF page or write some channels in addition to primary ones.

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

Syntax

Visual Basic
Public Property ExtraChannels As TiffExtraChannelCollection
C#
public TiffExtraChannelCollection ExtraChannels { get; internal set; }

Property Value

TiffExtraChannelCollection class instance that contains all extra channels associated with the frame

See Also

Reference

Manual