rasterize_formulas property

rasterize_formulas property

Gets/sets the flag that allows to rasterize math formulas.

Definition:

@property
def rasterize_formulas(self):
    ...
@rasterize_formulas.setter
def rasterize_formulas(self, value):
    ...

See Also