XmpNamespace.AddNamespace Method

Adds a namespace to the collection.

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

Syntax

C#
public static XmpNamespace AddNamespace(
	string uri,
	string prefix
)

Parameters

uri

Type: System.String

The Uri of the namespace to add.
prefix

Type: System.String

The prefix of the namespace to add.

Return Value

A new XmpNamespace added to the collection.

See Also

Reference