ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPColorant Class / SwatchName Property




In This Topic
SwatchName Property
In This Topic
Gets or sets name of the swatch.
Syntax
'Declaration
 
Public Property SwatchName As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPColorant
Dim value As ImGearXMPString
 
instance.SwatchName = value
 
value = instance.SwatchName

Property Value

ImGearXMPString class value.
See Also