XmpData Constructor (String)

Initializes a new instance of the XmpData class using the specified XML code.

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

Syntax

C#
public XmpData(
	string xmp
)

Parameters

xmp

Type: System.String

An XML code containing the XMP data.

See Also

Reference