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

Library C++ Syntax

Show Syntax

- WebArchiveX API - WebArchiveX Website - C Systems Website


C Systems - Creative software solutions since 1996. All rights reserved. Terms of use.