render_annotations property

render_annotations property

The property that controls whether annotations will be generated on the preview (default is True).

Definition:

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

See Also