Class XmpTypeBase

Class XmpTypeBase

Tên không gian: Aspose.Imaging.Xmp.Types Tổng hợp: Aspose.Imaging.dll (25.4.0)

Nó đại diện cho lớp học cơ bản cho loại XMP cơ bản.

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

Thành viên thừa kế

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

Clone trường hợp này.

public virtual object Clone()

Returns

object

Là một clone.

GetXmpRepresentation()

Nhận giá trị dòng chứa trong định dạng XMP.

public abstract string GetXmpRepresentation()

Returns

string

Trả lại giá trị của string trong định dạng XMP.

ToString()

Nhận dữ liệu XMP này như string.

public override string ToString()

Returns

string

XMP dữ liệu như string.

 Tiếng Việt