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

TiffReader.Xmp Property

Gets the XML code containing the XMP metadata.

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

Syntax

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

Property Value

XML code containing the XMP metadata of the opened file.

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