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

TiffExtraChannelCollection.Add Method

Adds an extra channel to the collection.

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

Syntax

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

Parameters

item

Type: Aurigma.GraphicsMill.Codecs.TiffExtraChannel

A TiffExtraChannel class instance to add.

See Also

Reference