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
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.