DefaultWebOptions.SaveNewWebPagesAsWebArchives Property
True for Microsoft Word to save new Web pages using the Single File Web Page (formerly known as Web Archive) format.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SaveNewWebPagesAsWebArchives As Boolean
Get
Set
'Usage
Dim instance As DefaultWebOptions
Dim value As Boolean
value = instance.SaveNewWebPagesAsWebArchives
instance.SaveNewWebPagesAsWebArchives = value
bool SaveNewWebPagesAsWebArchives { get; set; }
Property Value
Type: System.Boolean
Remarks
Setting the SaveNewWebPagesAsWebArchives property won't change the format of any saved Web pages. To change their format, you must individually open them and then use the SaveAs method to set the Web page format.