InspectMarkups Property
When
set to True, WebArchiveX performs an in-depth inspection of all markup files in order to find
additional external resources.
For example: there may be a markup 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 InspectMarkups property to False. Please
note that the same issue is relevant also to script files. In order to inspect
script files use the InspectScripts property.
By default InspectMarkups and InspectScripts
are set to True.
ActiveX Script Syntax
Show Syntax
ActiveX C++ Syntax
Show Syntax
HRESULT put_InspectMarkups(
[in] VARIANT_BOOL bIM
);
HRESULT get_InspectMarkups(
[out] VARIANT_BOOL* bIM
);
Parameters
- bIM
- [in] VARIANT_BOOL, [out] VARIANT_BOOL* - set to True if you'd like to inspect markup files. Set to False otherwise.
Library C++ Syntax
Show Syntax
void SetInspectMarkups(
bool bIM
);
bool get_InspectMarkups();
Parameters
- bIM
- bool- set to True if you'd like to inspect markup 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.