ResourceLoadingArgs class
ResourceLoadingArgs class
Provides data for the IResourceLoadingCallback.resourceLoading() method.
Properties
Name | Description |
---|---|
originalUri | Original URI of the resource as specified in imported document. |
resourceType | Type of resource. |
uri | URI of the resource which is used for downloading if IResourceLoadingCallback.resourceLoading() returns ResourceLoadingAction.Default. |
Methods
Name | Description |
---|---|
setData(data) | Sets user provided data of the resource which is used if IResourceLoadingCallback.resourceLoading() returns ResourceLoadingAction.UserProvided. |
See Also
- module Aspose.Words.Loading