ImageGear .NET - Updated
Type Property (ImGearExtraChannelInfo)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearExtraChannelInfo Class : Type Property
Gets the type of extra channel.
Syntax
'Declaration
 
Public ReadOnly Property Type As ImGearExtraChannelType
'Usage
 
Dim instance As ImGearExtraChannelInfo
Dim value As ImGearExtraChannelType
 
value = instance.Type
public ImGearExtraChannelType Type {get;}
public: __property ImGearExtraChannelType get_Type();
public:
property ImGearExtraChannelType Type {
   ImGearExtraChannelType get();
}

Property Value

ImGearExtraChannelType enumeration value.
See Also

Reference

ImGearExtraChannelInfo Class
ImGearExtraChannelInfo Members
ImGearExtraChannelType Enumeration