resource_saving_callback property
SvgSaveOptions.resource_saving_callback property
Allows to control how resources (images) are saved when a document is exported to SVG format.
@property
def resource_saving_callback(self) -> aspose.words.saving.IResourceSavingCallback:
...
@resource_saving_callback.setter
def resource_saving_callback(self, value: aspose.words.saving.IResourceSavingCallback):
...
See Also
- module aspose.words.saving
- class SvgSaveOptions