AuthoredImage

Overview

AuthoredImage is a class in Aspose.PDF FOSS for Python.

Prepared image data and PDF image XObject metadata.

Properties: bits_per_component, color_space, components, decoded_data, filter_name, height, and 3 more.

Properties

NameTypeAccessDescription
metadictReadGets the meta.
stream_databytesReadGets the stream data.
decoded_databytesReadGets the decoded data.
widthintReadGets the width.
heightintReadGets the height.
bits_per_componentintReadGets the bits per component.
color_spacestrReadGets the color space.
componentsintReadGets the components.
filter_namestr | NoneReadGets the filter name.

See Also