XmpNamespace.GetNamespaceByPrefix Method

Returns a namespace with the specified prefix.

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

Syntax

C#
public static XmpNamespace GetNamespaceByPrefix(
	string prefix
)

Parameters

prefix

Type: System.String

The prefix of the namespace to get.

Return Value

A XmpNamespace with the specified prefix.

See Also

Reference