Aspose::Words::Loading::ResourceLoadingArgs class

ResourceLoadingArgs class

Provides data for the ResourceLoading() method.

class ResourceLoadingArgs : public System::Object

Methods

MethodDescription
get_OriginalUri() constOriginal URI of the resource as specified in imported document.
get_ResourceType() constType of resource.
get_Uri() constURI of the resource which is used for downloading if ResourceLoading() returns Default. Initially it’s set to absolute URI of the resource, but user can redefine it to any value.
GetType() const override
Is(const System::TypeInfo&) const override
set_Uri(const System::String&)Setter for Aspose::Words::Loading::ResourceLoadingArgs::get_Uri.
SetData(const System::ArrayPtr<uint8_t>&)Sets user provided data of the resource which is used if ResourceLoading() returns UserProvided.
static Type()

See Also