XmpNamespace.GetNamespaceByUri Method

Returns a namespace with the specified Uri.

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

Syntax

C#
public static XmpNamespace GetNamespaceByUri(
	string uri
)

Parameters

uri

Type: System.String

The Uri of the namespace to get.

Return Value

A XmpNamespace with the specified Uri.

See Also

Reference