IResourceLoadingArgs class

IResourceLoadingArgs class

Interface for external resource loading arguments.

The IResourceLoadingArgs type exposes the following members:

Properties

PropertyDescription
original_uriOriginal URI of the resource as specified in imported presentation.
uriURI of the resource which is used for downloading if Aspose.Slides.IResourceLoadingCallback.ResourceLoading(Aspose.Slide
returns ResourceLoadingAction.DEFAULT.
Initially it’s set to original URI of the resource, but can be redefined to any value.

Methods

MethodDescription
set_dataSets user provided data of the resource which used if Aspose.Slides.IResourceLoadingCallback.ResourceLoading(Aspose.Slide
returns ResourceLoadingAction.USER_PROVIDED.

See Also