XmpPackageRemove Method

Remove the value with the specified key.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public virtual bool Remove(
	string key
)

Parameters

key
Type: SystemString
The string representation of key that is identified with removed value.

Return Value

Type: Boolean
Returns true if the value with the specified key was removed.
See Also