ImageCommand
Overview
ImageCommand is a class in Aspose.Page FOSS for Python.
Render an image resource with a transform.
Properties: height, image_id, mask, mask_paint, matrix, opacity, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
image_id | str | Read | Gets the image id. |
width | int | Read | Gets the width. |
height | int | Read | Gets the height. |
matrix | Matrix | Read | Gets the matrix. |
mask | bool | Read | Gets the mask. |
mask_paint | Paint | None | Read | Gets the mask paint. |
opacity | float | Read | Gets the opacity. |