Aspose::Words::Loading::ResourceLoadingArgs class
Contents
[
Hide
]ResourceLoadingArgs class
Provides data for the ResourceLoading() method.
class ResourceLoadingArgs : public System::Object
Methods
Method | Description |
---|---|
get_OriginalUri() const | Original URI of the resource as specified in imported document. |
get_ResourceType() const | Type of resource. |
get_Uri() const | URI 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
- Namespace Aspose::Words::Loading
- Library Aspose.Words for C++