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
Derived
ComplexTypeBase
,
Layer
,
ProjectLink
,
Rational
,
RenditionClass
,
Time
,
Timecode
,
XmpBoolean
,
XmpChoise
Implements
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
E’ un clone.
GetXmpRepresentation()
Riceve il valore contenuto nella riga in formato XMP.
public abstract string GetXmpRepresentation()
Returns
Ritorna il valore contenuto nella string in formato XMP.
ToString()
Riceve questi dati XMP come string.
public override string ToString()
Returns
I dati XMP come string.