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
| Name | Type | Access | Description |
|---|---|---|---|
ResourceType | ResourceType | Read | Type of resource. |
Uri | string | Read/Write | URI of the resource which is used for downloading if ResourceLoading returns Default. |
OriginalUri | string | Read | Original URI of the resource as specified in imported document. |
Methods
| Signature | Description |
|---|---|
SetData(data: byte[]) | Sets user provided data of the resource which is used if ResourceLoading returns UserProvided. |