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

NameTypeAccessDescription
scalefloat | NoneReadGets the scale.
dpiint | NoneReadGets the dpi.
module_widthfloat | NoneReadGets the module width.
module_heightfloat | NoneReadGets the module height.
quiet_zonefloat | NoneReadGets the quiet zone.
foreground_colorstr | NoneReadGets the foreground color.
background_colorstr | NoneReadGets the background color.
transparent_backgroundbool | NoneReadGets the transparent background.
show_textbool | NoneReadGets the show text.
font_familystr | NoneReadGets the font family.
font_sizefloat | NoneReadGets the font size.

See Also