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
Derived
ComplexTypeBase
,
Layer
,
ProjectLink
,
Rational
,
RenditionClass
,
Time
,
Timecode
,
XmpBoolean
,
XmpChoise
Implements
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
adalah sebuah klon.
GetXmpRepresentation()
Dapatkan nilai string yang terkandung dalam format XMP.
public abstract string GetXmpRepresentation()
Returns
Mengembalikan nilai string yang terkandung dalam format XMP.
ToString()
Dapatkan data XMP ini sebagai string.
public override string ToString()
Returns
Data XMP sebagai string.