IResourceLoadingCallback

IResourceLoadingCallback

Overview

IResourceLoadingCallback is a interface in Aspose.Words FOSS for .NET.

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

This interface provides 1 method for working with IResourceLoadingCallback objects in .NET programs. Available methods include: ResourceLoading. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.

Methods

SignatureDescription
ResourceLoading(args: ResourceLoadingArgs)Called when Aspose.Words loads any external resource.

See Also