This property is the numerator for the distance to the subject. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

[Visual Basic] Public ReadOnly Property SubjectDistance0 As Integer
[C#] public int SubjectDistance0 {get;}

Property Value

SubjectDistance0 is the numerator for the distance to the subject.

SubjectDistance1 is the denominator for the distance to the subject.

The distance to the subject (in meters) = SubjectDistance0 / SubjectDistance1

Explanation

The SubjectDistance0 property is the numerator for the distance to the subject. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

The property value is derived from the image tags related to the picture taking conditions. 


See Also

IkFile Class | IkFile.Exif Members


The ImageKit.NET3 is created by Newtone Corporation