IResourceLoadingArgs Interface

Interface for external resource loading arguments.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IResourceLoadingArgs

The IResourceLoadingArgs type exposes the following members.

Properties
  NameDescription
Public propertyOriginalUri
Original URI of the resource as specified in imported presentation.
Public propertyUri
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.
Methods
  NameDescription
Public methodSetData
Sets user provided data of the resource which used if ResourceLoading(IResourceLoadingArgs) returns UserProvided.
See Also