update_ole_control_images property

SaveOptions.update_ole_control_images property

Gets or sets a value determining whether OLE controls presentation image will be updated.

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

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

See Also