ResourceLoadingAction

ResourceLoadingAction enum

Specifies the mode of external resource loading.

enum class ResourceLoadingAction

Values

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 as image data.

See Also