XmpGuid 类

Summary: Represents XMP global unique identifier.

Module: aspose.imaging.xmp.types.derived

Full Name: aspose.imaging.xmp.types.derived.XmpGuid

Inheritance: IXmpType, XmpTypeBase

Constructors

Name描述
XmpGuid(guid)初始化 XmpGuid 类的新实例。
XmpGuid(value)初始化 XmpGuid 类的新实例。

Properties

NameTypeAccess描述
prefixstringr/w获取或设置类似 uuid 的前缀。
valueSystem.Guidr/w获取或设置 value。

Methods

Name描述
clone()克隆此实例。
get_xmp_representation()获取 XMP 格式中包含的字符串值。

Constructor: XmpGuid(guid)

 XmpGuid(guid) 

初始化 XmpGuid 类的新实例。

Parameters:

参数TypeDescription
guidSystem.Guid唯一标识符。

Constructor: XmpGuid(value)

 XmpGuid(value) 

初始化 XmpGuid 类的新实例。

Parameters:

参数TypeDescription
valuestring值。

Method: clone()

 clone() 

克隆此实例。

Returns

TypeDescription
System.Object成员逐个克隆。

Method: get_xmp_representation()

 get_xmp_representation() 

获取 XMP 格式中包含的字符串值。

Returns

TypeDescription
string返回 XMP 格式中包含的字符串值。