ImageEn, unit iexBitmaps

TIOParams.EXIF_XPKeywords

TIOParams.EXIF_XPKeywords

Declaration

property EXIF_XPKeywords: WideString;

Description

Specifies the Windows image keywords. This is shown in the properties dialog for JPEG and TIFF files. It is still read on newer versions of Windows, but only if a relevant XMP field cannot be found.

Example

t := ImageEnView1.IO.Params.EXIF_XPTitle;
r := ImageEnView1.IO.Params.EXIF_XPRating;
c := ImageEnView1.IO.Params.EXIF_XPComment;
a := ImageEnView1.IO.Params.EXIF_XPAuthor;
k := ImageEnView1.IO.Params.EXIF_XPKeywords;
s := ImageEnView1.IO.Params.EXIF_XPSubject;