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

XmpValueNode Class

This class represents a simple XMP property.

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

Syntax

Visual Basic
Public NotInheritable Class XmpValueNode _
	Inherits XmpDictionaryNode
C#
public sealed class XmpValueNode : XmpDictionaryNode

Remarks

A simple type has a literal value. Simple types include familiar ones such as strings, booleans, integers and real numbers, and so on.

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