ResourceLoadingAction enumeration

ResourceLoadingAction enumeration

Specifies the mode of resource loading. To learn more, visit the Specify Load Options documentation article.

Members

NameDescription
DEFAULTAspose.Words will load this resource as usual.
SKIPAspose.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_PROVIDEDAspose.Words will use byte array provided by user in ResourceLoadingArgs.set_data() as resource data.

See Also