XpsImageResource

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

NameTypeAccessDescription
image_idstrReadGets the image id.
databytesReadGets the data.
widthintReadGets the width.
heightintReadGets the height.
bits_per_componentintReadGets the bits per component.
color_spacestrReadGets the color space.
filterstr | NoneReadGets the filter.
x_dpifloatReadGets the x dpi.
y_dpifloatReadGets the y dpi.

See Also