InspectScripts Property
When
set to True, WebArchiveX performs an in-depth inspection of all script
files in order to find
additional external resources.For example: There may be a
script file that loads images dynamically using
the Image object (e.g. var img = new Image(); img.src = "images/myimage.gif").
By default "myimage.gif" will be detected and included in the result
web archive MHT. However, this kind of parsing may take a relatively long time.
If your content doesn't include dynamically loaded images we strongly
recommend to set the InspectScripts property to False. Please
note that the same issue is relevant also to script files. In order to inspect
script files use the InspectMarkups property.
By default InspectScripts and InspectMarkups
are set to True.
ActiveX Script Syntax
Show Syntax
ActiveX C++ Syntax
Show Syntax
HRESULT put_InspectScripts(
[in] VARIANT_BOOL bIS
);
HRESULT get_InspectScripts(
[out] VARIANT_BOOL* bIS
);
Parameters
- bIS
- [in] VARIANT_BOOL, [out] VARIANT_BOOL * - set to True if you'd like to inspect script files. Set to False otherwise.
Library C++ Syntax
Show Syntax
void SetInspectScripts(
bool bIS
);
bool GetInspectScripts();
Parameters
- bIS
- bool - set to True if you'd like to inspect script files. Set to False otherwise.
-
WebArchiveX
API - WebArchiveX Website
- C Systems Website -
C Systems - Creative software solutions since 1996. All rights reserved. Terms of use.