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