XmpPackageSetXmpGuid Method |
Sets the XMP unique identifier.
Namespace:
Aspose.CAD.Xmp
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxprotected void SetXmpGuid(
string key,
string guid
)
Protected Sub SetXmpGuid (
key As String,
guid As String
)
protected:
void SetXmpGuid(
String^ key,
String^ guid
)
member SetXmpGuid :
key : string *
guid : string -> unit
Parameters
- key
- Type: SystemString
The string representation of key that is identified with set GUID value. - guid
- Type: SystemString
The unique identifier.
See Also