ImageCommand
ImageCommand
Overview
ImageCommand 是Python的Aspose.Page FOSS中的一个类.
用转换来表示图像资源.
特性: height, image_id, mask, mask_paint, matrix, opacity,另外一个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
image_id | str | Read | 得到了图像的身份. |
width | int | Read | 得到宽度. |
height | int | Read | 得到了高度. |
matrix | Matrix | Read | 得到了矩阵. |
mask | bool | Read | 拿到面具. |
mask_paint | `Paint | None` | Read |
opacity | float | Read | 得到了不透明. |