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

入手するか、新しいようにプレフィックスを設定します。

[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 フォーマットに含まれる値を返します。

 日本語