Enum ResourceLoadingAction

Enum ResourceLoadingAction

Namespace: Aspose.Words.Loading
Assembly: Aspose.Words.dll (25.3.0)

Specifies the mode of resource loading.

To learn more, visit the Specify Load Options documentation article.

public enum ResourceLoadingAction

Fields

Default = 0

Aspose.Words will load this resource as usual.

Skip = 1

Aspose.Words will skip loading of this resource. Only link without data will be stored for an image, CSS style sheet will be ignored for HTML format.

UserProvided = 2

Aspose.Words will use byte array provided by user in Aspose.Words.Loading.ResourceLoadingArgs.SetData(System.Byte[]) as resource data.