Aurigma Graphics Mill 5.5 for .NET
TiffExtraChannelCollection Class
This class represents a collection of TIFF extra channels.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
<DefaultMemberAttribute("Item")> _ Public Class TiffExtraChannelCollection _ Implements IEnumerable
C#
[DefaultMemberAttribute("Item")] public class TiffExtraChannelCollection : IEnumerable
Remarks
The collection contains all extra channels associated with the TIFF page. Using this property you can either obtain all extra channels from the page or write some channels in addition to primary ones.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.Codecs..::.TiffExtraChannelCollection


