Class XmpTypeBase
Class XmpTypeBase
Namn på plats: Aspose.Imaging.Xmp.Types Församling: Aspose.Imaging.dll (25.4.0)
Representerar basklassen för grundläggande XMP-typ.
public abstract class XmpTypeBase : IXmpType, ICloneable
Inheritance
Derived
ComplexTypeBase
,
Layer
,
ProjectLink
,
Rational
,
RenditionClass
,
Time
,
Timecode
,
XmpBoolean
,
XmpChoise
Implements
Arvsmedlemmar
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()
Klonera denna instans.
public virtual object Clone()
Returns
Det är en klon.
GetXmpRepresentation()
Få värdet i raden i XMP-format.
public abstract string GetXmpRepresentation()
Returns
Returnerar strängen innehållande värde i XMP-format.
ToString()
Få denna XMP-data som sträng.
public override string ToString()
Returns
XMP data som sträng.