resource_saving_callback property

XamlFixedSaveOptions.resource_saving_callback property

Allows to control how resources (images and fonts) are saved when a document is exported to fixed page Xaml 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