XpsImageResource
Overview
XpsImageResource is a class in Aspose.Page FOSS for Python.
Decoded image resource.
Properties: bits_per_component, color_space, data, filter, height, image_id, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
image_id | str | Read | Gets the image id. |
data | bytes | Read | Gets the data. |
width | int | Read | Gets the width. |
height | int | Read | Gets the height. |
bits_per_component | int | Read | Gets the bits per component. |
color_space | str | Read | Gets the color space. |
filter | str | None | Read | Gets the filter. |
x_dpi | float | Read | Gets the x dpi. |
y_dpi | float | Read | Gets the y dpi. |