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

XmpLocalizedTextItemNode Constructor

Creates and initializes a new XmpLocalizedTextItemNode instance.

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

Syntax

Visual Basic
Public Sub New ( _
	name As String, _
	text As String _
)
C#
public XmpLocalizedTextItemNode(
	string name,
	string text
)

Parameters

name

Type: System.String

Qualified XMP node name.
text

Type: System.String

Localized text.

See Also

Reference