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

In This Topic
    SubjectDistance Property
    In This Topic
    Gets or sets the distance to the subject, given in meters.
    Syntax
    'Declaration
     
    Public Property SubjectDistance As System.Nullable(Of Single)
    public System.Nullable<float> SubjectDistance {get; set;}
    See Also