delete_embedded_binary_objects property
delete_embedded_binary_objects property
Determines if Aspose.Slides will delete all embedded binary objects while presentation loading.
The types of the embedded binary objects:
VBA Project
IPresentation.vba_project
OLE Object embedded data
IOleEmbeddedDataInfo.embedded_file_data
ActiveX Control binary data
IControl.active_x_control_binary
Read/write **bool**.
Remarks
Default is false .
Definition:
@property
def delete_embedded_binary_objects(self):
...
@delete_embedded_binary_objects.setter
def delete_embedded_binary_objects(self, value):
...
See Also
- class
ILoadOptions
- module
aspose.slides
- library
Aspose.Slides