Class XmpMeta

Class XmpMeta

名称: Aspose.Imaging.Xmp アセンション: Aspose.Imaging.dll (25.4.0)

xmpmeta オプションです。この要素の目的は、RDFの他の非XMP用途を含む可能性のある一般的なXMLテキスト内のXMPメタデータを特定することです。

public sealed class XmpMeta : XmpElementBase, IEquatable<xmpelementbase>, IXmlValue, IEquatable<xmpmeta>

Inheritance

object XmpElementBase XmpMeta

Implements

IEquatable , IXmlValue , IEquatable

相続人

XmpElementBase.AddAttribute(string, string) , XmpElementBase.GetAttribute(string) , XmpElementBase.ClearAttributes() , XmpElementBase.Equals(XmpElementBase) , XmpElementBase.Equals(object) , XmpElementBase.GetHashCode() , object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

XmpMeta(ストレッチ)

Aspose.Imaging.Xmp.XmpMetaクラスの新しい例を開始します。

public XmpMeta(string toolkitVersion)

Parameters

toolkitVersion string

Adobe XMP ツールキット版

XmpMeta()

Aspose.Imaging.Xmp.XmpMetaクラスの新しい例を開始します。

public XmpMeta()

Properties

AdobeXmpToolkit

Adobe Xmp ツールキット バージョンを取得または設定します。

public string AdobeXmpToolkit { get; set; }

不動産価値

string

Methods

AddAttribute(ストリップ、ストリップ)

属性を追加します。

public override void AddAttribute(string attribute, string value)

Parameters

attribute string

属性です。

value string

価値を。

Equals(XmpMeta)

現在のオブジェクトが同じタイプの他のオブジェクトに等しいかどうかを示す。

public bool Equals(XmpMeta other)

Parameters

other XmpMeta

このオブジェクトと比べるオブジェクト

Returns

bool

現在のオブジェクトが other’ パラメーターに等しい場合の真実; そうでなければ、偽物。

Equals(対象)

指定された System.Object がこの例に等しいかどうかを決定します。

public override bool Equals(object other)

Parameters

other object

システム.オブジェクトは、この例と比較します。

Returns

bool

「真実」は、指定されたシステム.オブジェクトがこの例に等しい場合、そうでなければ「偽物」です。

GetHashCode()

この例にハッシュコードを返します。

public override int GetHashCode()

Returns

int

この例のハッシュコードは、ハッシュテーブルのようなハッシュアルゴリズムやデータ構造で使用するのに適しています。

GetXmlValue()

XMP 値を XML 表現に変換します。

public string GetXmlValue()

Returns

string

変換された XMP 値を XML プレゼンテーションに返します。

 日本語