Gets/sets the XML code containing the XMP metadata.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Property Xmp As String
public string Xmp { get; set; }
To modify the XMP data, you can use either the XmpData class or standard .NET XML-processing means according to the XMP specification.