Class XmpTrailerPi

Class XmpTrailerPi

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

XMP トレーラー処理の指示を表示します。

public sealed class XmpTrailerPi : IXmlValue, IEquatable<xmptrailerpi>

Inheritance

object XmpTrailerPi

Implements

IXmlValue , IEquatable

相続人

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Examples

PI トレーラーの許可された形式:

xpacket end=“w”?xpacket end=“r”?

Remarks

end=“w” または end=“r” パーツは、パッケージスキャンプロセッサによって使用され、XMP が使用されるかどうかを判断します。現地での変更が可能です。

Constructors

XmpTrailerPi(ボール)

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

public XmpTrailerPi(bool isWritable)

Parameters

isWritable bool

トレーラーが書かれているかどうかを示す。

XmpTrailerPi()

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

public XmpTrailerPi()

Properties

IsWritable

この例が書かれているかどうかを示す値を取得または設定します。

public bool IsWritable { get; set; }

不動産価値

bool

Methods

Equals(XmpTrailerPi)

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

public bool Equals(XmpTrailerPi other)

Parameters

other XmpTrailerPi

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

Returns

bool

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

Equals(対象)

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

public override bool Equals(object obj)

Parameters

obj object

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

Returns

bool

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

GetHashCode()

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

public override int GetHashCode()

Returns

int

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

GetXmlValue()

xmp 値を xml 表現に変換します。

public string GetXmlValue()

Returns

string

XMP の XML プレゼンテーションを返します。

 日本語