TIOParams.EXIF_ApertureValue2
TIOParams.EXIF_ApertureValue2
Declaration
property EXIF_ApertureValue2 : string; (read/write)
Description
A string formatted version of
EXIF_ApertureValue.
e.g. if
EXIF_ApertureValue is 5 (Apex value), then 'f/5.6' will be returned.
EXIF_ApertureValue2 can be set in the following formats: 'f/5.6', 'F5.6', '5.6', etc.
label1.Caption := 'Aperture: ' + ImageEnView1.IO.Params.EXIF_ApertureValue2;