render_comments property
render_comments property
The property that controls whether comments will be generated on the preview; default is True and it is supported only in MS Word documents.
Definition:
@property
def render_comments(self):
...
@render_comments.setter
def render_comments(self, value):
...
See Also
- class
PreviewOptions