Class ComplexTypeBase

Class ComplexTypeBase

Le nom : Aspose.Imaging.Xmp.Types.Complex Assemblée: Aspose.Imaging.dll (25.4.0)

Represente l’estrazione di base per il tipo di valore XMP Complex.

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

Inheritance

object XmpTypeBase ComplexTypeBase

Derived

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

Implements

IXmpType , ICloneable

I membri ereditari

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

Vedi di più: Specifiche XMP Parte 2, Capitolo 1.2.2

Constructors

ComplexTypeBase(String et String)

Initialisez une nouvelle instance de la classe Aspose.Imaging.Xmp.Types.Complex.

public ComplexTypeBase(string prefix, string namespaceUri)

Parameters

prefix string

Il Prefisso.

namespaceUri string

Il nome URI.

Exceptions

ArgumentNullException

Il prefix è zeroまたはL’orario è zero

Fields

Values

Il dizionario dei valori

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

Valore di campo

Dictionary di < string , object >

Properties

NamespaceUri

Ricevi l’Uri del nome predefinito.

public string NamespaceUri { get; }

Valore di proprietà

string

Prefix

Riceviamo il prefix.

public string Prefix { get; }

Valore di proprietà

string

Methods

Add(Télécharger, Objet)

Aggiungi la chiave specificata.

protected void Add(string key, object value)

Parameters

key string

La rappresentazione della riga della chiave che viene identificata con valore aggiunto.

value object

Il valore da aggiungere.

GetXmpRepresentation()

Riceve il valore contenuto nella riga in formato XMP.

public override string GetXmpRepresentation()

Returns

string

Ritorna il valore contenuto nella string in formato XMP.</string,>

 Français