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

TiffExtraChannelCollection.IndexOf Method

Searches for the specified extra channel and returns the zero-based index of the first occurrence within the entire collection.

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

Syntax

Visual Basic
Public Function IndexOf ( _
	item As TiffExtraChannel _
) As Integer
C#
public int IndexOf(
	TiffExtraChannel item
)

Parameters

item

Type: Aurigma.GraphicsMill.Codecs.TiffExtraChannel

The extra channel to locate in the collection.

Return Value

A zero-based index of the first occurrence of the extra channel within the entire collection, if found; otherwise, -1.

See Also

Reference