ResourceLoadingAction

ResourceLoadingAction enumeration

Specifies the mode of external resource loading.

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

See Also