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

TiffEncoderOptions.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 modify the XMP data, you can use either the XmpData class or standard .NET XML-processing means according to the XMP specification.

See Also

Reference