XmpPacketWrapperGetPackage Method

Gets package by namespace URI.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public XmpPackage GetPackage(
	string namespaceUri
)

Parameters

namespaceUri
Type: SystemString
The package schema URI.

Return Value

Type: XmpPackage
Returns the XMP package for specified namespace URI.
Exceptions
ExceptionCondition
ArgumentNullExceptionnamespaceUri
See Also