XmpPackageAddValue Method

Adds the value.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public virtual void AddValue(
	string key,
	string value
)

Parameters

key
Type: SystemString
The string representation of key that is identified with added value.
value
Type: SystemString
The value to add to.
Exceptions
ExceptionCondition
ArgumentNullExceptionkey is null.
See Also