ImageResource

Overview

ImageResource is a class in Aspose.Page FOSS for Python.

Image resource payload for PDF XObject embedding.

Properties: bits_per_component, color_space, data, decode, filter, filter_params, and 4 more.

Properties

NameTypeAccessDescription
databytesReadGets the data.
widthintReadGets the width.
heightintReadGets the height.
color_spacestrReadGets the color space.
bits_per_componentintReadGets the bits per component.
filterstr | NoneReadGets the filter.
filter_paramsdict | NoneReadGets the filter params.
decodetuple[float, ...] | NoneReadGets the decode.
maskboolReadGets the mask.
mask_polarityboolReadGets the mask polarity.

See Also