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
Derived
ComplexTypeBase
,
Layer
,
ProjectLink
,
Rational
,
RenditionClass
,
Time
,
Timecode
,
XmpBoolean
,
XmpChoise
Implements
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
Là một clone.
GetXmpRepresentation()
Nhận giá trị dòng chứa trong định dạng XMP.
public abstract string GetXmpRepresentation()
Returns
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
XMP dữ liệu như string.