XmpPackageSetXmpGuid Method |
Sets the XMP unique identifier.
Namespace: Aspose.Imaging.XmpAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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