export_images_for_old_readers property

export_images_for_old_readers property

Specifies whether the keywords for “old readers” are written to RTF or not. This can significantly affect the size of the RTF document. Default is False.

Definition:

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

See Also