ImageGear .NET v25.1 - Updated
ExtraChannelInfo Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearDIB Class : ExtraChannelInfo Property
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
public ImGearExtraChannelInfo[] ExtraChannelInfo {get; set;}
public: __property ImGearExtraChannelInfo*[]* get_ExtraChannelInfo();
public: __property void set_ExtraChannelInfo( 
   ImGearExtraChannelInfo*[][]* value
);
public:
property array<ImGearExtraChannelInfo^>^ ExtraChannelInfo {
   array<ImGearExtraChannelInfo^>^ get();
   void set (    array<ImGearExtraChannelInfo^>^ value);
}

Property Value

Array of ImGearExtraChannelInfo class objects.
See Also

Reference

ImGearDIB Class
ImGearDIB Members
ImGearExtraChannelInfo Class