TIOParams.EXIF_YResolution2
Declaration
property EXIF_YResolution2 : string; (read/write)
Description
A string formatted version of
EXIF_YResolution.
E.g. if
EXIF_YResolution is 72 then
EXIF_YResolution2 returns '1/72'
EXIF_YResolution2 can be set in the following formats: '1/72', '1/72 inch', etc.
label1.Caption := 'Vert. Resolution: ' + ImageEnView1.IO.Params.EXIF_YResolution2;