GetPackage

XmpPacketWrapper.GetPackage method

Gets package by namespace URI.

public XmpPackage GetPackage(string namespaceUri)
ParameterTypeDescription
namespaceUriStringThe package schema URI.

Return Value

Returns the XMP package for specified namespace URI.

Exceptions

exceptioncondition
ArgumentNullExceptionnamespaceUri

See Also