Class XmpTypeBase

Class XmpTypeBase

Nome do espaço: Aspose.Imaging.Xmp.Types Assembleia: Aspose.Imaging.dll (25.4.0)

Representa a classe de base para o tipo básico XMP.

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

Membros herdados

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 essa instância.

public virtual object Clone()

Returns

object

É um clone.

GetXmpRepresentation()

Obtenha o valor contido na fila em formato XMP.

public abstract string GetXmpRepresentation()

Returns

string

Retorna o valor contido na fila em formato XMP.

ToString()

Obtenha esses dados XMP como uma faixa.

public override string ToString()

Returns

string

Dados XMP como string.

 Português