Declaration
property EXIF_XPSubject: WideString;
Description
Specifies the Windows image subject. 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;