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/Write | Gets or sets the image id. |
data | bytes | Read/Write | Gets or sets the data. |
width | int | Read/Write | Gets or sets the width. |
height | int | Read/Write | Gets or sets the height. |
bits_per_component | int | Read/Write | Gets or sets the bits per component. |
color_space | str | Read/Write | Gets or sets the color space. |
filter | str | None | Read/Write | Gets or sets the filter. |
x_dpi | float | Read/Write | Gets or sets the x dpi. |
y_dpi | float | Read/Write | Gets or sets the y dpi. |