ResourceLoadingArgs class
ResourceLoadingArgs class
Provides data for the IResourceLoadingCallback.resource_loading() method.
Properties
| Name | Description |
|---|---|
| original_uri | Original URI of the resource as specified in imported document. |
| resource_type | Type of resource. |
| uri | URI of the resource which is used for downloading if IResourceLoadingCallback.resource_loading() returns ResourceLoadingAction.DEFAULT. |
Methods
| Name | Description |
|---|---|
| set_data(data) | Sets user provided data of the resource which is used if IResourceLoadingCallback.resource_loading() returns ResourceLoadingAction.USER_PROVIDED. |
See Also
- module aspose.words.loading