ResourceLoadingAction

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ResourceLoadingAction extends System.Enum

Specifies the mode of external resource loading.

Fields

FieldDescription
DefaultAspose.Slides will load external resource as usual.
SkipAspose.Slides will skip loading of external resource.
UserProvidedAspose.Slides will use byte array provided by user in IResourceLoadingArgs.setData(byte[]) as image data.

Default

public static final int Default

Aspose.Slides will load external resource as usual.

Skip

public static final int Skip

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

UserProvided

public static final int UserProvided

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