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




In This Topic
Type Property (ImGearExtraChannelInfo)
In This Topic
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

Property Value

ImGearExtraChannelType enumeration value.
See Also