IResourceLoadingCallback class

IResourceLoadingCallback class

Implement this interface if you want to control how Aspose.Words loads external resource when importing a document and inserting images using DocumentBuilder.

Methods

NameDescription
resource_loading(args)Called when Aspose.Words loads any external resource.

See Also