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

XmpLocalizedTextNode.AddNode Method

Adds a node to the collection.

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

Syntax

Visual Basic
Public Overrides NotOverridable Sub AddNode ( _
	node As XmpNode _
)
C#
public override sealed void AddNode(
	XmpNode node
)

Parameters

node

Type: Aurigma.GraphicsMill.Codecs.XmpNode

XmpLocalizedTextItemNode instance with the required text.

Remarks

This method is more convenient than the Add(Object, Object) method.

See Also

Reference