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

XmpData Constructor (String)

Creates and initializes a new XmpData instance based on the passed XML code.

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

Syntax

Visual Basic
Public Sub New ( _
	xmp As String _
)
C#
public XmpData(
	string xmp
)

Parameters

xmp

Type: System.String

XML code containing the XMP data.

See Also

Reference