Class XmpGuid

Class XmpGuid

名称: Aspose.Imaging.Xmp.Types.Derived 收藏: Aspose.Imaging.dll (25.4.0)

代表XMP全球独特识别器。

[JsonObject(MemberSerialization.OptIn)]
public sealed class XmpGuid : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase XmpGuid

Implements

IXmpType , ICloneable

继承人

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XmpGuid(线条)

启动 Aspose.Imaging.Xmp.Types.Derived.XmpGuid 类的新例子。

public XmpGuid(string value)

Parameters

value string

它的价值。

Exceptions

ArgumentNullException

值是零。

ArgumentException

无效指南值;值

XmpGuid(Guid)

启动 Aspose.Imaging.Xmp.Types.Derived.XmpGuid 类的新例子。

public XmpGuid(Guid guid)

Parameters

guid Guid

是独一无二的识别。

Properties

Prefix

接收或设置预定如 uuid。

[JsonProperty]
public string Prefix { get; set; }

财产价值

string

Value

得到或设置值。

[JsonProperty]
public Guid Value { get; set; }

财产价值

Guid

Methods

GetXmpRepresentation()

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

public override string GetXmpRepresentation()

Returns

string

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

 中文