TIOParams.EXIF_MaxApertureValue2
TIOParams.EXIF_MaxApertureValue2
Declaration
property EXIF_MaxApertureValue2 : string; (read/write)
Description
A string formatted version of
EXIF_MaxApertureValue.
EXIF_MaxApertureValue is an Apex value which can be difficult to calculate. This property returns a human readable format, e.g. if
EXIF_MaxApertureValue is 5, then 'f/5.6' will be returned.
label1.Caption := 'Max Aperture: ' + ImageEnView1.IO.Params.EXIF_MaxApertureValue2;