ImageGear v26.0 - Updated
LightSource Property (ImGearEXIFXMPMetadata)




ImageGear.Core Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : LightSource Property
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
public ImGearXMPEnum<ImGearEXIFLightSource> LightSource {get; set;}
public: __property ImGearXMPEnum<ImGearEXIFLightSource>* get_LightSource();
public: __property void set_LightSource( 
   ImGearXMPEnum<ImGearEXIFLightSource>* value
);
public:
property ImGearXMPEnum<ImGearEXIFLightSource>^ LightSource {
   ImGearXMPEnum<ImGearEXIFLightSource>^ get();
   void set (    ImGearXMPEnum<ImGearEXIFLightSource>^ value);
}

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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.