.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Mht Class Summary

Mht::PreferMHTScripts

Only applicable when getting MHT. If true ( the default) then all scripts in the page are preserved and external scripts are downloaded and stored in the MHT. If false AND the HTML contains

  Declarations  
    [Visual Basic]
Public Property PreferMHTScripts As Boolean

[C#]
public bool PreferMHTScripts {get; set;}

[C++]
public: __property bool get_PreferMHTScripts();
public: __property void set_PreferMHTScripts(bool);

[JScript]
public function get PreferMHTScripts() : Boolean;
public function set PreferMHTScripts(Boolean);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.