XmpPackageSetXmpTypeValue Method

Sets the XMP type value.

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

Parameters

key
Type: SystemString
The string representation of key that is identified with set value.
value
Type: Aspose.CAD.Xmp.TypesXmpTypeBase
The value to set to.
See Also