ResourceLoadingAction
ResourceLoadingAction class
Specifies the mode of external resource loading.
Constants
Name | Value | Description |
---|---|---|
Default | 0 | Aspose.Slides will load external resource as usual. |
Skip | 1 | Aspose.Slides will skip loading of external resource. Only link without data will be stored for an image. |
UserProvided | 2 | Aspose.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.