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

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