Class XmpTypeBase
Class XmpTypeBase
Nombre del espacio: Aspose.Imaging.Xmp.Types Asamblea: Aspose.Imaging.dll (25.4.0)
Representa la clase básica para el tipo básico XMP.
public abstract class XmpTypeBase : IXmpType, ICloneable
Inheritance
Derived
ComplexTypeBase
,y,
Layer
,y,
ProjectLink
,y,
Rational
,y,
RenditionClass
,y,
Time
,y,
Timecode
,y,
XmpBoolean
,y,
XmpChoise
Implements
IXmpType ,y, ICloneable
Miembros heredados
object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()
Constructors
XmpTypeBase()
protected XmpTypeBase()
Methods
Clone()
Clone esta instancia.
public virtual object Clone()
Returns
Un clonado de miembro.
GetXmpRepresentation()
Obtenga el valor contenido en el formato XMP.
public abstract string GetXmpRepresentation()
Returns
Devolve el valor contenido en el formato XMP.
ToString()
Obtenga estos datos de XMP como string.
public override string ToString()
Returns
Los datos de XMP como string.