ResourceLoadingAction enumeration

ResourceLoadingAction enumeration

Specifies the mode of external resource loading.

The ResourceLoadingAction type exposes the following members:

Fields

FieldDescription
DEFAULTAspose.Slides will load external resource as usual.
SKIPAspose.Slides will skip loading of external resource. Only link without data will be stored for an image.
USER_PROVIDEDAspose.Slides will use byte array provided by user in Aspose.Slides.IResourceLoadingArgs.SetData(Syste as image data.

See Also