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

XmpTagNames Class

This class can be used as an enumeration of standard XMP tags.

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

Syntax

Visual Basic
Public NotInheritable Class XmpTagNames
C#
public sealed class XmpTagNames

Remarks

When constructing an XMP tree you may use this class members as enumeration values if you need to write standard tags but do not want to write tag names manually (which is error-prone).

The property values returned by this class already contain a namespace prefix.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Codecs.XmpTagNames

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference