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

TiffExtraChannelCollection Members

The TiffExtraChannelCollection type exposes the following members.

Methods

Name Description
Public method Add

Adds an extra channel to the collection.

Public method Clear

Removes all extra channels from the collection.

Public method Contains

Determines whether an extra channel is in the collection.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator

Returns an enumerator for the extra channels allowing the collection to be used in foreach blocks.

Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf

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

Public method Insert

Inserts an extra channel into the collection at the specified index.

Protected method MemberwiseClone (Inherited from Object.)
Public method Remove

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

Public method RemoveAt

Removes the extra channel at the specified index of the collection.

Public method ToString (Inherited from Object.)

Properties

Name Description
Public property Count

Gets the number of extra channels actually contained in the collection.

Public property IsFixedSize

Gets a value indicating whether the collection has a fixed size.

Public property IsReadOnly

Gets a value indicating whether the collection is read-only.

Public property Item

Gets/sets the extra channel at the specified index.

See Also

Reference