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

XmpNode Class

This abstract class represents a single XMP property.

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

Syntax

Visual Basic
Public MustInherit Class XmpNode _
	Inherits LockableObject _
	Implements ICollection
C#
public abstract class XmpNode : LockableObject, ICollection

Remarks

This is a generic representation of an XMP node.

Inheritance Hierarchy

Thread Safety

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

Object Model




See Also

Reference