image_data属性

image_data属性

将 ole 对象的图像表示为字节数组。

定义:

@property
def image_data(self):
    ...
@image_data.setter
def image_data(self, value):
    ...

也可以看看