DefaultWebOptions.SaveNewWebPagesAsWebArchives Property

Definition

True for Microsoft Word to save new Web pages using the Single File Web Page (formerly known as Web Archive) format.

public:
 property bool SaveNewWebPagesAsWebArchives { bool get(); void set(bool value); };
public bool SaveNewWebPagesAsWebArchives { get; set; }
member this.SaveNewWebPagesAsWebArchives : bool with get, set
Public Property SaveNewWebPagesAsWebArchives As Boolean

Property Value

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(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method to set the Web page format.

Applies to