_Document.FreezeLayout Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
void FreezeLayout();
public void FreezeLayout ();
abstract member FreezeLayout : unit -> unit
Public Sub FreezeLayout ()