Document.ReadingModeLayoutFrozen Property (Word)
Sets or returns a Boolean that represents whether pages displayed in reading layout view are frozen to a specified size for inserting handwritten markup into a document.
Syntax
expression .ReadingModeLayoutFrozen
expression An expression that returns a Document object.
Remarks
Use the ReadingLayoutSizeX and ReadingLayoutSizeY properties to specify the size of the pages displayed when the reading layout size is frozen for inserting handwritten markup into a document.
Example
The following example displays the active document in reading layout view and then sets the size of the displayed pages.
ActiveWindow.View.ReadingLayout = True
ActiveDocument.ReadingLayoutSize 300, 300
ActiveDocument.ReadingModeLayoutFrozen = True