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

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