Class XmpTypeBase

Class XmpTypeBase

nazivni prostor: Aspose.Imaging.Xmp.Types Sastav: Aspose.Imaging.dll (25.4.0)

Predstavlja osnovnu klasu za osnovni XMP tip.

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

naslijeđeni članovi

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

Klonirajte ovu situaciju.

public virtual object Clone()

Returns

object

Čovjek je klon.

GetXmpRepresentation()

Dobiva vrijednost uvrštena u XMP formatu.

public abstract string GetXmpRepresentation()

Returns

string

Povratak sadržane vrijednosti u formatu XMP.

ToString()

Pronađite ove XMP podatke kao traku.

public override string ToString()

Returns

string

XMP podaci kao string.

 Hrvatski