export_images_for_old_readers property

export_images_for_old_readers property

The property determines whether keywords for old readers are written to the RTF output, which can significantly affect the document size; the 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