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

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