ResourceLoading()

IResourceLoadingCallback::ResourceLoading(System::SharedPtr<IResourceLoadingArgs>) method

Callback method which regulates external resources loading.

virtual ResourceLoadingAction Aspose::Slides::IResourceLoadingCallback::ResourceLoading(System::SharedPtr<IResourceLoadingArgs> args)=0

Arguments

ParameterTypeDescription
argsSystem::SharedPtr<IResourceLoadingArgs>The loading resource data IResourceLoadingArgs.

Return Value

The resource loading decision ResourceLoadingAction.

See Also