ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearDIB Class / ExtraChannelInfo Property




In This Topic
ExtraChannelInfo Property
In This Topic
Gets or sets extra channel info. Always non-null, length is always equal to number of extra channels in the image. Has zero length if the image contains no extra channels.
Syntax
'Declaration
 
Public Property ExtraChannelInfo As ImGearExtraChannelInfo()
 
'Usage
 
Dim instance As ImGearDIB
Dim value() As ImGearExtraChannelInfo
 
instance.ExtraChannelInfo = value
 
value = instance.ExtraChannelInfo

Property Value

Array of ImGearExtraChannelInfo class objects.
See Also