XmpArrayNode Class

Represents an XMP array.

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

Syntax

C#
public sealed class XmpArrayNode : XmpNode, IList, IEnumerable, 
	IDisposable

Remarks

You can use this class for all types of XMP arrays: ordered, unordered, and alternative.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Codecs.XmpNode
L Aurigma.GraphicsMill.Codecs.XmpArrayNode

Thread Safety

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

See Also

Reference

Manual