This documentation is for the old version. Go to the latest Graphics Mill docs

LosslessJpegTransform.Xmp Property

Gets/sets the XML code containing the XMP metadata.

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

Syntax

Visual Basic
Public Property Xmp As String
C#
public string Xmp { get; set; }

Property Value

XML code containing the XMP metadata.

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