ImageGear v26.3 - Updated
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
    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