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

XmpData.Item Property

Gets/sets a value for the specified tag.

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

Syntax

Visual Basic
Public Default Property Item ( _
	name As Object _
) As Object
C#
public Object this[
	Object name
] { get; set; }

Parameters

name

Type: System.Object

Tag for the value to get or set.

Property Value

Value to get or set.

See Also

Reference