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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPEnum<T> generic class value with ImageGear.Formats.EXIF.ImGearEXIFLightSource type parameter.
Remarks
This XMP property represents EXIF tag 37384 (0x9208) and specifies light source.
See Also