show_image method
show_image
Shows a raster image.
def show_image(self, origin, size, image_data):
...
Parameter | Type | Description |
---|---|---|
origin | aspose.pydrawing.PointF | Top-left corner of the shown image. |
size | aspose.pydrawing.SizeF | The size of the shown image. |
image_data | bytes | The image data. |
See Also
- module
aspose.tex.presentation.pdf
- class
PdfDevice