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

object XmpTypeBase

Derived

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

Implements

IXmpType , ICloneable

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

object

És una clona.

GetXmpRepresentation()

Obté el valor contingut de la fila en format XMP.

public abstract string GetXmpRepresentation()

Returns

string

Retorna el valor contingut en el format XMP.

ToString()

Obté aquestes dades XMP com a fil.

public override string ToString()

Returns

string

Dades XMP com a string.

 Català