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

NameTypeAccessDescription
image_idstrReadGets the image id.
widthintReadGets the width.
heightintReadGets the height.
matrixMatrixReadGets the matrix.
maskboolReadGets the mask.
mask_paintPaint | NoneReadGets the mask paint.
opacityfloatReadGets the opacity.

See Also