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

XmpLocalizedTextNode Class

This class represents a localized text node.

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

Syntax

Visual Basic
Public NotInheritable Class XmpLocalizedTextNode _
	Inherits XmpDictionaryNode
C#
public sealed class XmpLocalizedTextNode : XmpDictionaryNode

Remarks

Nodes of this type contain languages identifier, specifying the language in which the text is provided.

Nodes of this type are described by items of the XmpLocalizedTextItemNode type.

Inheritance Hierarchy

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

Object Model






See Also

Reference