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

TiffExtraChannelCollection.Contains Method

Determines whether an extra channel is in the collection.

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

Syntax

Visual Basic
Public Function Contains ( _
	item As TiffExtraChannel _
) As Boolean
C#
public bool Contains(
	TiffExtraChannel item
)

Parameters

item

Type: Aurigma.GraphicsMill.Codecs.TiffExtraChannel

An extra channel to locate in the collection.

Return Value

true if the extra channel is found in the collection; otherwise, false.

See Also

Reference