ResourceLoadingArgs

ResourceLoadingArgs

Overview

ResourceLoadingArgs is a class in Aspose.Words FOSS for .NET.

Provides data for the ResourceLoading method.

This class provides 1 method for working with ResourceLoadingArgs objects in .NET programs. Available methods include: SetData. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package. Properties: OriginalUri, ResourceType, Uri.

Properties

NameTypeAccessDescription
ResourceTypeResourceTypeReadType of resource.
UristringRead/WriteURI of the resource which is used for downloading if ResourceLoading returns Default.
OriginalUristringReadOriginal URI of the resource as specified in imported document.

Methods

SignatureDescription
SetData(data: byte[])Sets user provided data of the resource which is used if ResourceLoading returns UserProvided.

See Also