Creates and initializes new TiffExtraChannel class instance. You can associate a bitmap with this extra channel as well as set its type here.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ bitmap As Bitmap, _ channelType As TiffChannelType _ )
public TiffExtraChannel( Bitmap bitmap, TiffChannelType channelType )
Type: Aurigma.GraphicsMill.Bitmap
Bitmap class instance which should be associated with this extra channel. To put another bitmap into channel, you should use SetBitmap(Bitmap) method.Type: Aurigma.GraphicsMill.Codecs.TiffChannelType
Value that specifies necessary TIFF extra channel type. You can change it later using ChannelType property.