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




In This Topic
Mode Property (ImGearXMPColorant)
In This Topic
Gets or sets the color space in which the color is defined.
Syntax
'Declaration
 
Public Property Mode As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPColorant
Dim value As ImGearXMPString
 
instance.Mode = value
 
value = instance.Mode

Property Value

ImGearXMPString class value.
See Also