ImageEn, unit iexMetaHelpers

TListViewHelper.ReadListFromXMP

TListViewHelper.ReadListFromXMP


Declaration

function ReadListFromXMP(IOParams : TIOParams) : Boolean; overload;
function ReadListFromXMP(const sFilename : string) : Boolean; overload;


Description

Fill a TListView with XMP properties of the current image, or one loaded from file.
Result is true if the file has XMP fields specified.

Note: Only common XMP fields are added


Examples

// Display the XMP properties of the current image
MyXMPListView.ReadListFromXMP( ImageEnView1.IO.Params );

// Display of XMP properties of a file (excluding deprecated and unknown tags)
MyXMPListView.ReadListFromXMP( 'C:\MyImage.jpeg' );