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




In This Topic
Name Property (ImGearExtraChannelInfo)
In This Topic
Gets or sets the name of extra channel.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As ImGearExtraChannelInfo
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

String value.
See Also