GetPackage

XmpPacketWrapper.GetPackage method

Gets package by namespace uri.

public XmpPackage GetPackage(string namespaceUri)
Parameter Type Description
namespaceUri String Package schema uri.

Return Value

Appropriate XmpPackage if package found by namespaceUri; otherwise null.

Exceptions

exception condition
ArgumentNullException Namespace URI could not be null.

See Also