TiffFrame.ExtraChannels Property

Gets a collection of extra channels associated with this 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

C#
public ReadOnlyCollection<TiffExtraChannel> ExtraChannels { get; }

Property Value

A TiffExtraChannelCollection containing extra channels associated with this frame.

See Also

Reference

Manual