Class XmpInteger

Class XmpInteger

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

XMP インテガー ベースタイプ

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

Inheritance

object XmpTypeBase XmpInteger

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

XmpInteger(長い)

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

public XmpInteger(long value)

Parameters

value long

価値を。

XmpInteger(インタ)

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

public XmpInteger(int value)

Parameters

value int

価値を。

XmpInteger(ストレッチ)

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

public XmpInteger(string value)

Parameters

value string

価値を。

Exceptions

ArgumentNullException

価値はゼロです。

ArgumentException

無効のストレッチ値; 価値

Properties

Value

得るか、価値を設定するか。

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

不動産価値

long

Methods

GetXmpRepresentation()

ストレッチが含まれている値をXMP形式で取得します。

public override string GetXmpRepresentation()

Returns

string

XMP フォーマットに含まれる値を返します。

 日本語