Class XmpTypeBase

Class XmpTypeBase

Nama dari : Aspose.Imaging.Xmp.Types Pengumpulan: Aspose.Imaging.dll (25.4.0)

Perwakilan kelas dasar untuk jenis dasar XMP.

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

anggota yang diwarisi

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

mengkloning kasus ini.

public virtual object Clone()

Returns

object

adalah sebuah klon.

GetXmpRepresentation()

Dapatkan nilai string yang terkandung dalam format XMP.

public abstract string GetXmpRepresentation()

Returns

string

Mengembalikan nilai string yang terkandung dalam format XMP.

ToString()

Dapatkan data XMP ini sebagai string.

public override string ToString()

Returns

string

Data XMP sebagai string.

 Indonesia