Thumbnail 类
内容
[
隐藏
]Summary: Represents thumbnail image for a file.
Module: aspose.imaging.xmp.types.complex.thumbnail
Full Name: aspose.imaging.xmp.types.complex.thumbnail.Thumbnail
Inheritance: IXmpType, ComplexTypeBase
Constructors
| Name | 描述 |
|---|---|
| Thumbnail() | 初始化 Thumbnail 类的新实例。 |
| Thumbnail(width, height) | 初始化 Thumbnail 类的新实例。 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| height | int | r/w | 获取或设置高度。 |
| image_base64 | string | r/w | 获取或设置 base64 格式的图像。 |
| namespace_uri | string | r | 获取默认命名空间 URI。 |
| prefix | string | r | 获取前缀。 |
| width | int | r/w | 获取或设置宽度。 |
Methods
| Name | 描述 |
|---|---|
| clone() | 克隆此实例。 |
| get_xmp_representation() | 获取 XMP 格式中包含的字符串值。 |
Constructor: Thumbnail()
Thumbnail()
初始化 Thumbnail 类的新实例。
Constructor: Thumbnail(width, height)
Thumbnail(width, height)
初始化 Thumbnail 类的新实例。
Parameters:
| 参数 | Type | Description |
|---|---|---|
| width | int | 宽度。 |
| height | int | 高度。 |
Method: clone()
clone()
克隆此实例。
Returns
| Type | Description |
|---|---|
| System.Object | 成员逐个克隆。 |
Method: get_xmp_representation()
get_xmp_representation()
获取 XMP 格式中包含的字符串值。
Returns
| Type | Description |
|---|---|
| string | 返回 XMP 格式中包含的字符串值。 |