ImageGear .NET
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
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);
}
'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

Reference

ImGearDIB Class
ImGearDIB Members
ImGearExtraChannelInfo Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback