Gets/sets the extra channel at the specified index.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Default Property Item ( _ index As Integer _ ) As TiffExtraChannel
public TiffExtraChannel this[ int index ] { get; set; }
Type: System.Int32
The zero-based index of the extra channel to get or set.