ResourceLoadingAction

ResourceLoadingAction class

Specifies the mode of external resource loading.

Constants

NameValueDescription
Default0Aspose.Slides will load external resource as usual.
Skip1Aspose.Slides will skip loading of external resource. Only link without data will be stored for an image.
UserProvided2Aspose.Slides will use byte array provided by user in IResourceLoadingArgs#setData(byte[]) as image data.

Default

Aspose.Slides will load external resource as usual.


Skip

Aspose.Slides will skip loading of external resource. Only link without data will be stored for an image.


UserProvided

Aspose.Slides will use byte array provided by user in IResourceLoadingArgs#setData(byte[]) as image data.