Returns Adobe XMP info loaded from Jpeg, TIFF and PSD file formats.
Adobe XMP is a XML coded string according to Adobe XMP specification updated to January 2004.
IEvolution doesn’t parse the XMP-XML string, so to read single tags you have to write code to parse the XML string.
XMP_Info is also saved back to Jpeg, TIFF and PSD file formats.
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public string XMP_Info { get; set; }
Public Property XMP_Info As String Get Set
public: property String^ XMP_Info { String^ get (); void set (String^ value); }