Class XmpTypeBase

Class XmpTypeBase

Le nom : Aspose.Imaging.Xmp.Types Assemblée: 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

C’est 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()

Obtenez ces données XMP en tant que filet.

public override string ToString()

Returns

string

Les données XMP en tant que string.

 Français