Class XmpInteger

Class XmpInteger

이름 공간 : Aspose.Imaging.Xmp.Types.Basic 모임: Aspose.Imaging.dll (25.4.0)

XMP Integer 기본 유형을 나타냅니다.

[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

값은 null 입니다.

ArgumentException

무효 링 값; 값

Properties

Value

가치를 얻거나 설정합니다.

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

부동산 가치

long

Methods

GetXmpRepresentation()

XMP 형식으로 링크가 포함된 값을 얻습니다.

public override string GetXmpRepresentation()

Returns

string

XMP 형식으로 링에 포함된 값을 반환합니다.

 한국어