Class XmpTypeBase
Class XmpTypeBase
Namespace: Aspose.Imaging.Xmp.Types
Assembly: Aspose.Imaging.dll (25.2.0)
Represents base class for basic XMP type.
public abstract class XmpTypeBase : IXmpType, ICloneable
Inheritance
Derived
ComplexTypeBase, Layer, ProjectLink, Rational, RenditionClass, Time, Timecode, XmpBoolean, XmpChoise<t>, XmpDate, XmpGuid, XmpInteger, XmpReal, XmpText
Implements
Inherited Members
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()
Clones this instance.
public virtual object Clone()
Returns
A memberwise clone.
GetXmpRepresentation()
Gets the string contained value in XMP format.
public abstract string GetXmpRepresentation()
Returns
Returns the string contained value in XMP format.
ToString()
Gets this XMP data as string.
public override string ToString()
Returns
XMP data as string. </t>