ResolvedRenderOptions

ResolvedRenderOptions

Overview

ResolvedRenderOptions is a class in Aspose.Barcode FOSS for Python.

Fully resolved rendering configuration.

Properties: background_color, dpi, font_family, font_size, foreground_color, module_height, and 5 more.

Properties

NameTypeAccessDescription
scalefloatReadGets the scale.
dpiint | NoneReadGets the dpi.
module_widthfloatReadGets the module width.
module_heightfloatReadGets the module height.
quiet_zonefloatReadGets the quiet zone.
foreground_colorstrReadGets the foreground color.
background_colorstr | NoneReadGets the background color.
transparent_backgroundboolReadGets the transparent background.
show_textboolReadGets the show text.
font_familystrReadGets the font family.
font_sizefloatReadGets the font size.

See Also