XpsImageResource

XpsImageResource

Overview

XpsImageResource 是Python的Aspose.Page FOSS中的一个类.

解码图像资源.

特性: bits_per_component, color_space, data, filter, height, image_id,另外还有3个.

Properties

NameTypeAccessDescription
image_idstr阅读/写作获取或设置图像ID.
databytes阅读/写作获取或设置数据.
widthint阅读/写作得到或设置宽度.
heightint阅读/写作得到或设置高度.
bits_per_componentint阅读/写作得到或设置每个组件的位.
color_spacestr阅读/写作得到或设置颜色空间.
filter`strNone`阅读/写作
x_dpifloat阅读/写作得到或设置xdpi.
y_dpifloat阅读/写作得到或设置y dpi.

See Also

 中文