RenderOptions
Overview
RenderOptions is a class in Aspose.Barcode FOSS for Python.
User-supplied rendering options.
Properties: background_color, dpi, font_family, font_size, foreground_color, module_height, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
scale | float | None | Read | Gets the scale. |
dpi | int | None | Read | Gets the dpi. |
module_width | float | None | Read | Gets the module width. |
module_height | float | None | Read | Gets the module height. |
quiet_zone | float | None | Read | Gets the quiet zone. |
foreground_color | str | None | Read | Gets the foreground color. |
background_color | str | None | Read | Gets the background color. |
transparent_background | bool | None | Read | Gets the transparent background. |
show_text | bool | None | Read | Gets the show text. |
font_family | str | None | Read | Gets the font family. |
font_size | float | None | Read | Gets the font size. |