XmpDictionaryNode.SetItemNoCycle Method

Sets a node item.

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

Syntax

C#
public void SetItemNoCycle(
	Object key,
	Object value
)

Parameters

key

Type: System.Object

The Object to be used as the key of the element to set. Typically it is a number that represents an EXIF/IPTC tag or Adobe resource block ID.
value

Type: System.Object

The Object to be used as the value of the element to set.

See Also

Reference