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

object XmpTypeBase

Derived

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

Implements

IXmpType , ICloneable

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

object

Eine klonierte Mannschaft.

GetXmpRepresentation()

Erhalten Sie den enthaltenen Wert im XMP-Format.

public abstract string GetXmpRepresentation()

Returns

string

Ersetzt den enthaltenen Wert im XMP-Format zurück.

ToString()

Erhalten Sie diese XMP-Daten als String.

public override string ToString()

Returns

string

XMP Daten als String.

 Deutsch