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

XmpNode.NodeType Property

Gets an XMP type of the node.

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

Syntax

Visual Basic
Public ReadOnly Property NodeType As XmpNodeType
C#
public XmpNodeType NodeType { get; }

Property Value

XmpNodeType enumeration member that specifies the XMP node type.

See Also

Reference