XmpTypeBase 类

Summary: Represents base class for basic XMP type.

Module: aspose.imaging.xmp.types

Full Name: aspose.imaging.xmp.types.XmpTypeBase

Inheritance: IXmpType

Methods

Name描述
clone()克隆此实例。
get_xmp_representation()获取 XMP 格式中包含的字符串值。

Method: clone()

 clone() 

克隆此实例。

Returns

TypeDescription
System.Object成员逐个克隆。

Method: get_xmp_representation()

 get_xmp_representation() 

获取 XMP 格式中包含的字符串值。

Returns

TypeDescription
string返回 XMP 格式中包含的字符串值。