XmpPackageSetXmpGuid Method

Sets the XMP unique identifier.

Namespace:  Aspose.CAD.Xmp
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
protected void SetXmpGuid(
	string key,
	string guid
)

Parameters

key
Type: SystemString
The string representation of key that is identified with set GUID value.
guid
Type: SystemString
The unique identifier.
See Also