Class ComplexTypeBase

Class ComplexTypeBase

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

XMP 복합 값 유형에 대한 기본 추출을 나타냅니다.

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

Inheritance

object XmpTypeBase ComplexTypeBase

Derived

ColorantBase , Dimensions , Font , ResourceEvent , ResourceRef , Thumbnail , Version

Implements

IXmpType , ICloneable

상속 회원들

XmpTypeBase.GetXmpRepresentation() , XmpTypeBase.ToString() , XmpTypeBase.Clone() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Remarks

더보기: XMP 사양 Part 2, Chapter 1.2.2

Constructors

ComplexTypeBase(스트링, 스트링)

Aspose.Imaging.Xmp.Types.Complex.ComplexTypeBase 클래스의 새로운 예를 시작합니다.

public ComplexTypeBase(string prefix, string namespaceUri)

Parameters

prefix string

이 사전은

namespaceUri string

이름은 URI 입니다.

Exceptions

ArgumentNullException

프리미엄은 0또는이름은 null

Fields

귀중한

가치의 사전

[JsonProperty]
protected Dictionary<string, object=""> VValues

필드 가치

Dictionary &lt에 대한 정보 string , object >

Properties

NamespaceUri

기본 이름 공간 URI를 얻습니다.

public string NamespaceUri { get; }

부동산 가치

string

Prefix

Prefix 를 얻으십시오.

public string Prefix { get; }

부동산 가치

string

Methods

Add(링크, 객체)

지정된 키를 추가합니다.

protected void Add(string key, object value)

Parameters

key string

추가 값으로 식별되는 열쇠의 끈 표현.

value object

추가할 가치가 있습니다.

GetXmpRepresentation()

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

public override string GetXmpRepresentation()

Returns

string

XMP 형식으로 링에 포함된 값을 반환합니다.</string,>

 한국어