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

In This Topic
    Temperature Property
    In This Topic
    Gets or sets the temperature as the ambient situation at the shot, the unit is °C.
    Syntax
    'Declaration
     
    Public Property Temperature As System.Nullable(Of Single)
    public System.Nullable<float> Temperature {get; set;}
    See Also