Document.UnfreezeLayout Method (2007 System)
Reverses the effect of FreezeLayout, and enables line breaks to change and ink annotations to move when you resize the Web browser 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 UnfreezeLayout
'Usage
Dim instance As Document
instance.UnfreezeLayout()
public void UnfreezeLayout()
public:
void UnfreezeLayout()
public function UnfreezeLayout()
.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.