XmpAgentName 类
Summary: Represents Agent name, Software organization etc.
Module: aspose.imaging.xmp.types.derived
Full Name: aspose.imaging.xmp.types.derived.XmpAgentName
Inheritance: IXmpType, XmpText
Constructors
| Name | 描述 |
|---|---|
| XmpAgentName(value) | 初始化 XmpAgentName 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| value | string | r/w | 获取或设置文本值。 |
Methods
| Name | 描述 |
|---|---|
| clone() | 克隆此实例。 |
| get_xmp_representation() | 获取 XMP 格式中包含的字符串值。 |
Constructor: XmpAgentName(value)
XmpAgentName(value)
初始化 XmpAgentName 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| value | string | 值。 |
Method: clone()
clone()
克隆此实例。
Returns
| Type | Description |
|---|---|
| System.Object | 成员逐个克隆。 |
Method: get_xmp_representation()
get_xmp_representation()
获取 XMP 格式中包含的字符串值。
Returns
| Type | Description |
|---|---|
| string | 返回 XMP 格式中包含的字符串值。 |