IResourceLoadingArgs Interface |
Namespace: Aspose.Slides
The IResourceLoadingArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| OriginalUri |
Original URI of the resource as specified in imported presentation.
| |
| Uri |
URI of the resource which is used for downloading if ResourceLoading(IResourceLoadingArgs)
returns Default.
Initially it's set to original URI of the resource, but can be redefined to any value.
|
| Name | Description | |
|---|---|---|
| SetData |
Sets user provided data of the resource which used if ResourceLoading(IResourceLoadingArgs)
returns UserProvided.
|