LosslessJpeg.Xmp Property

Gets or sets the XML code containing the XMP metadata stored in the opened image.

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

Syntax

C#
public string Xmp { get; set; }

Property Value

A XML code containing the XMP metadata stored in the opened 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