Class XmpTypeBase
Class XmpTypeBase
名称: Aspose.Imaging.Xmp.Types 收藏: Aspose.Imaging.dll (25.4.0)
代表基本XMP类的基础类。
public abstract class XmpTypeBase : IXmpType, ICloneable
Inheritance
Derived
ComplexTypeBase
,
Layer
,
ProjectLink
,
Rational
,
RenditionClass
,
Time
,
Timecode
,
XmpBoolean
,
XmpChoise
Implements
继承人
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()
克隆这个例子。
public virtual object Clone()
Returns
一个明智的克隆。
GetXmpRepresentation()
以 XMP 格式获取包含的字符串值。
public abstract string GetXmpRepresentation()
Returns
返回在 XMP 格式中包含的字符串值。
ToString()
接收此 XMP 数据作为序列。
public override string ToString()
Returns
XMP 数据作为序列。