Aspose::Words::Loading::IResourceLoadingCallback interface

IResourceLoadingCallback interface

Implement this interface if you want to control how Aspose.Words loads external resource when importing a document and inserting images using DocumentBuilder.

class IResourceLoadingCallback : public virtual System::Object

Methods

MethodDescription
GetType() const override
Is(const System::TypeInfo&) const override
virtual ResourceLoading(System::SharedPtr<Aspose::Words::Loading::ResourceLoadingArgs>)Called when Aspose.Words loads any external resource.
static Type()

See Also