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

TiffExtraChannelCollection.Remove Method

Removes the first occurrence of a specific extra channel from the collection.

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

Syntax

Visual Basic
Public Sub Remove ( _
	item As TiffExtraChannel _
)
C#
public void Remove(
	TiffExtraChannel item
)

Parameters

item

Type: Aurigma.GraphicsMill.Codecs.TiffExtraChannel

An extra channel to remove from the collection.

See Also

Reference