save_images_as_wmf property

RtfSaveOptions.save_images_as_wmf property

When True all images will be saved as WMF.

@property
def save_images_as_wmf(self) -> bool:
    ...

@save_images_as_wmf.setter
def save_images_as_wmf(self, value: bool):
    ...

Remarks

This option might help to avoid WordPad warning messages.

See Also