This property is the denominator for the exposure time.
[Visual Basic] Public ReadOnly Property
ExposureTime1 As Integer
[C#] public int ExposureTime1 {get;}
Property Value
ExposureTime0 is the numerator for the exposure time.
ExposureTime1 is the denominator for the exposure time.
Exposure time (in seconds) = ExposureTime0 / ExposureTime1
Explanation
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
ImageKit.File.Exif Members | Newtone.ImageKit.Win.ImageKit