Class XmpTypeBase

Class XmpTypeBase

De naam: Aspose.Imaging.Xmp.Types Verzameling: Aspose.Imaging.dll (25.4.0)

Representeert de basisklasse voor de basis XMP type.

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

Geëerbiede leden

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()

Cloneer deze instantie.

public virtual object Clone()

Returns

object

Het is een klon.

GetXmpRepresentation()

Geeft de string bevatte waarde in XMP-formaat.

public abstract string GetXmpRepresentation()

Returns

string

Terugkomt de waarde die de string bevat in XMP-formaat.

ToString()

Geeft deze XMP-gegevens als string.

public override string ToString()

Returns

string

XMP gegevens als string.

 Nederlands