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

objectXmpTypeBase

Derived

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

Implements

IXmpType, ICloneable

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

object

A memberwise clone.

GetXmpRepresentation()

Gets the string contained value in XMP format.

public abstract string GetXmpRepresentation()

Returns

string

Returns the string contained value in XMP format.

ToString()

Gets this XMP data as string.

public override string ToString()

Returns

string

XMP data as string. </t>