resource_loading_callback property

LoadOptions.resource_loading_callback property

Allows to control how external resources (images, style sheets) are loaded when a document is imported from HTML, MHTML.

@property
def resource_loading_callback(self) -> aspose.words.loading.IResourceLoadingCallback:
    ...

@resource_loading_callback.setter
def resource_loading_callback(self, value: aspose.words.loading.IResourceLoadingCallback):
    ...

See Also