XmpLocalizedTextItemNode Constructor

Initializes a new instance of the XmpLocalizedTextItemNode class with the specified name and text.

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

Syntax

C#
public XmpLocalizedTextItemNode(
	string name,
	string text
)

Parameters

name

Type: System.String

A qualified XMP node name.
text

Type: System.String

A localized text.

See Also

Reference