_Document.FreezeLayout Method
In Web view, fixes the layout of the document as it currently appears so that line breaks remain fixed and ink annotations do not move when you resize the window.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub FreezeLayout
'Usage
Dim instance As _Document
instance.FreezeLayout()
void FreezeLayout()