ResolvedRenderOptions
ResolvedRenderOptions
Overview
ResolvedRenderOptions 是Python的Aspose.Barcode FOSS中的一个类.
完全解决了染配置.
特性: background_color, dpi, font_family, font_size, foreground_color, module_height,另外5个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
scale | float | Read | 得到了秤. |
dpi | `int | None` | Read |
module_width | float | Read | 得到模块的宽度. |
module_height | float | Read | 得到模块的高度. |
quiet_zone | float | Read | 得到安静的区域. |
foreground_color | str | Read | 得到了前景的颜色. |
background_color | `str | None` | Read |
transparent_background | bool | Read | 得到透明的背景. |
show_text | bool | Read | 得到了节目的文字. |
font_family | str | Read | 得到字体家族. |
font_size | float | Read | 得到字体大小. |