Creates and initializes a new XmpValueNode instance using a specified namespace.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ nodeType As XmpNodeType, _ value As String, _ ns As XmpNamespace, _ name As String _ )
public XmpValueNode( XmpNodeType nodeType, string value, XmpNamespace ns, string name )
Type: System.String
Value to be stored in the node.Type: System.String
Name of the node.