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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.