JpegSettings.Xmp Property

Gets or sets the XML code containing the XMP metadata to write into the 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 to write into 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

Manual