ImageReader.Xmp Property

Gets the XML code containing the XMP metadata from the image.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public string Xmp { get; }

Property Value

A XML code containing the XMP metadata obtained from the image.

Remarks

To get specific values of the XMP fields, you can either use the XmpData class or parse this XML manually according to the XMP specification.

See Also

Reference