ImageEn, unit iexBitmaps

TIOParams.EXIF_XPRating

TIOParams.EXIF_XPRating

Declaration

property EXIF_XPRating: Integer;

Description

Specifies the Windows image rating. 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.

Allowed values from 0 up to 5. -1 is returned when not available.

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;