horizontal_resolution属性
horizontal_resolution属性
获取或设置生成的图像的水平分辨率(以每英寸点数为单位)。 应用除 Emf 格式图像之外的生成图像方法。
评论
默认值为 96。
定义:
@property
def horizontal_resolution(self):
...
@horizontal_resolution.setter
def horizontal_resolution(self, value):
...
获取或设置生成的图像的水平分辨率(以每英寸点数为单位)。 应用除 Emf 格式图像之外的生成图像方法。
默认值为 96。
@property
def horizontal_resolution(self):
...
@horizontal_resolution.setter
def horizontal_resolution(self, value):
...