HtmlLoadOptionsCustomLoaderOfExternalResources Field |
Sometimes it's necessary to avoid usage of internal loader of external resources(like images or CSSes)
and supply custom method that will get requested resources from somewhere. For example, during usage
of Aspose.PDF in cloude direct access to referenced files impossible: in such case some custome code put
into special method should be used, and delegate that refers that method should be assygned to this attribute.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic LoadOptionsResourceLoadingStrategy CustomLoaderOfExternalResources
Public CustomLoaderOfExternalResources As LoadOptionsResourceLoadingStrategy
public:
LoadOptionsResourceLoadingStrategy^ CustomLoaderOfExternalResources
val mutable CustomLoaderOfExternalResources: LoadOptionsResourceLoadingStrategy
Field Value
Type:
LoadOptionsResourceLoadingStrategy
See Also