Class XmpTypeBase
Class XmpTypeBase
Nom dels espais: Aspose.Imaging.Xmp.Types Assemblea: Aspose.Imaging.dll (25.4.0)
Representa la classe de base per al tipus XMP bàsic.
public abstract class XmpTypeBase : IXmpType, ICloneable
Inheritance
Derived
ComplexTypeBase
,
Layer
,
ProjectLink
,
Rational
,
RenditionClass
,
Time
,
Timecode
,
XmpBoolean
,
XmpChoise
Implements
Membres heretats
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()
Cloneu aquesta instància.
public virtual object Clone()
Returns
És una clona.
GetXmpRepresentation()
Obté el valor contingut de la fila en format XMP.
public abstract string GetXmpRepresentation()
Returns
Retorna el valor contingut en el format XMP.
ToString()
Obté aquestes dades XMP com a fil.
public override string ToString()
Returns
Dades XMP com a string.