Initializes a new instance of the XmpValueNode class with the specified type, name, and value.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public XmpValueNode( XmpNodeType nodeType, string value, string name )
Type: System.String
A value to be stored in the node.Type: System.String
A name of the node.