Document.FreezeLayout Method (2007 System)

Fixes the layout of the document in Web view as it currently appears so that line breaks remain fixed and ink annotations do not move when you resize the window.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Sub FreezeLayout
'Usage
Dim instance As Document

instance.FreezeLayout()
public void FreezeLayout()
public:
void FreezeLayout()
public function FreezeLayout()

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace