Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifProfile Class / LightSourceRaw Property

In This Topic
    LightSourceRaw Property
    In This Topic
    Gets or sets the kind of light source.

    The value is in raw format as defined in Exif specification.

    Syntax
    'Declaration
     
    Public Property LightSourceRaw As System.Nullable(Of UShort)
    public System.Nullable<ushort> LightSourceRaw {get; set;}
    See Also