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. |
USER_PROVIDED | Aspose.Words will use byte array provided by user in ResourceLoadingArgs.set_data() as resource data. |
See Also
- module aspose.words.loading