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

XmpLocalizedTextNode Properties

The XmpLocalizedTextNode type exposes the following members.

Properties

Name Description
Public property Count

Gets the number of nodes contained in the dictionary.

(Inherited from XmpDictionaryNode.)
Public property IsDisposed (Inherited from LockableObject.)
Public property IsFixedSize

Indicates whether the dictionary has a fixed size.

(Inherited from XmpDictionaryNode.)
Public property IsReadOnly

Indicates whether the dictionary is a read-only.

(Inherited from XmpDictionaryNode.)
Public property IsSynchronized

Indicates whether the dictionary is synchronized.

(Inherited from XmpDictionaryNode.)
Public property Item

Gets/sets the element with the specified key.

(Overrides XmpDictionaryNode.Item[Object].)
Public property Keys

Returns a collection of keys stored in this dictionary.

(Inherited from XmpDictionaryNode.)
Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Name

Gets a qualified XMP node name.

(Inherited from XmpNode.)
Public property Namespace

Gets a namespace to which the node belongs.

(Inherited from XmpNode.)
Public property Namespaces

Returns a collection of namespaces stored in this dictionary.

(Overrides XmpDictionaryNode.Namespaces.)
Public property NodeType

Gets an XMP type of the node.

(Inherited from XmpNode.)
Public property SyncRoot

Gets an object for synchronized access.

(Inherited from XmpDictionaryNode.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)
Public property Values

Returns a collection of values stored in this dictionary.

(Inherited from XmpDictionaryNode.)

See Also

Reference