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):
...