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

TiffExtraChannelCollection.Item Property

Gets/sets the extra channel at the specified index.

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

Syntax

Visual Basic
Public Default Property Item ( _
	index As Integer _
) As TiffExtraChannel
C#
public TiffExtraChannel this[
	int index
] { get; set; }

Parameters

index

Type: System.Int32

The zero-based index of the extra channel to get or set.

Property Value

The extra channel at the specified index.

See Also

Reference