Class XmpTypeBase

Class XmpTypeBase

Il nome: Aspose.Imaging.Xmp.Types Assemblea: Aspose.Imaging.dll (25.4.0)

Represente la classe di base per il tipo XMP di base.

public abstract class XmpTypeBase : IXmpType, ICloneable

Inheritance

object XmpTypeBase

Derived

ComplexTypeBase , Layer , ProjectLink , Rational , RenditionClass , Time , Timecode , XmpBoolean , XmpChoise , XmpDate , XmpGuid , XmpInteger , XmpReal , XmpText

Implements

IXmpType , ICloneable

I membri ereditari

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

Constructors

XmpTypeBase()

protected XmpTypeBase()

Methods

Clone()

Clone questo caso.

public virtual object Clone()

Returns

object

E’ un clone.

GetXmpRepresentation()

Riceve il valore contenuto nella riga in formato XMP.

public abstract string GetXmpRepresentation()

Returns

string

Ritorna il valore contenuto nella string in formato XMP.

ToString()

Riceve questi dati XMP come string.

public override string ToString()

Returns

string

I dati XMP come string.

 Italiano