ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / ColorSpace Property




In This Topic
ColorSpace Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets ColorSpace property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property ColorSpace As ImGearXMPEnum(Of ImGearEXIFColorSpace)
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPEnum(Of ImGearEXIFColorSpace)
 
instance.ColorSpace = value
 
value = instance.ColorSpace

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFColorSpace type parameter.
Remarks
This XMP property represents EXIF tag 40961 (0xA001) and specifies color space information.
See Also