The TiffExtraChannelCollection type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds an extra channel to the collection. |
|
Clear |
Removes all extra channels from the collection. |
|
Contains |
Determines whether an extra channel is in the collection. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator for the extra channels allowing the collection to be used in foreach blocks. |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf |
Searches for the specified extra channel and returns the zero-based index of the first occurrence within the entire collection. |
|
Insert |
Inserts an extra channel into the collection at the specified index. |
|
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the first occurrence of a specific extra channel from the collection. |
|
RemoveAt |
Removes the extra channel at the specified index of the collection. |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Count |
Gets the number of extra channels actually contained in the collection. |
|
IsFixedSize |
Gets a value indicating whether the collection has a fixed size. |
|
IsReadOnly |
Gets a value indicating whether the collection is read-only. |
|
Item |
Gets/sets the extra channel at the specified index. |