uri property

uri property

URI 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.

Definition:

@property
def uri(self):
    ...

@uri.setter
def uri(self, value):
    ...

See Also