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

TiffEncoderOptions.ExtraChannels Property

Gets/sets the collection containing extra channels associated with the TIFF file. Using this property you can 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; set; }

Property Value

TiffExtraChannelCollection class instance that contains extra channels associated with the TIFF file.

See Also

Reference

Manual