Class XmpTypeBase
Class XmpTypeBase
Der Name: Aspose.Imaging.Xmp.Types Versammlung: Aspose.Imaging.dll (25.4.0)
Es handelt sich um die Basisklasse für den XMP-Typ.
public abstract class XmpTypeBase : IXmpType, ICloneable
Inheritance
Derived
ComplexTypeBase
,
Layer
,
ProjectLink
,
Rational
,
RenditionClass
,
Time
,
Timecode
,
XmpBoolean
,
XmpChoise
Implements
Vererbte Mitglieder
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 diese Instanz.
public virtual object Clone()
Returns
Eine klonierte Mannschaft.
GetXmpRepresentation()
Erhalten Sie den enthaltenen Wert im XMP-Format.
public abstract string GetXmpRepresentation()
Returns
Ersetzt den enthaltenen Wert im XMP-Format zurück.
ToString()
Erhalten Sie diese XMP-Daten als String.
public override string ToString()
Returns
XMP Daten als String.