Class XmpTypeBase

Class XmpTypeBase

ja nimityö: Aspose.Imaging.Xmp.Types Kokoelma: Aspose.Imaging.dll (25.4.0)

Esittelee perusluokan perus XMP-tyyppiä varten.

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

Perintöjäsenet

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()

Tätä tapausta kloonataan.

public virtual object Clone()

Returns

object

Se on kloni.

GetXmpRepresentation()

Saat sarjan sisältämän arvon XMP-muodossa.

public abstract string GetXmpRepresentation()

Returns

string

Palauttaa sarjan sisältämä arvo XMP-muodossa.

ToString()

Saa tämä XMP-tiedot sarjaksi.

public override string ToString()

Returns

string

XMP-tiedot ovat sarjakuvia.

 Suomi