ResourceLoadingAction enumeration
ResourceLoadingAction enumeration
Specifies the mode of resource loading. To learn more, visit the Specify Load Options documentation article.
Members
Name | Description |
---|---|
Default | Aspose.Words will load this resource as usual. |
Skip | 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 | Aspose.Words will use byte array provided by user in ResourceLoadingArgs.setData() as resource data. |
See Also
- module Aspose.Words.Loading