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_projectOLE Object embedded data
IOleEmbeddedDataInfo.embedded_file_dataActiveX Control binary data
IControl.active_x_control_binaryRead/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
LoadOptions - module
aspose.slides - library
Aspose.Slides