TIOParams.EXIF_ShutterSpeedValue2
TIOParams.EXIF_ShutterSpeedValue2
Declaration
property EXIF_ShutterSpeedValue2 : string; (read/write)
Description
A string formatted version of
EXIF_ShutterSpeedValue.
Returns the value as a formatted fraction or number, e.g. '1/4' (of a second) or '2' (seconds).
EXIF_ShutterSpeedValue2 can be set in the following formats: '1/50', '1/50 second', '4', '4 Seconds', etc.
label1.Caption := 'Shutter Speed: ' + ImageEnView1.IO.Params.EXIF_ShutterSpeedValue2;