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

In This Topic
    SubjectDistanceRangeRaw Property
    In This Topic
    Gets or sets the distance to the subject.

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

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