ReadingLayoutFrozen Property

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.

expression.ReadingLayoutFrozen

expression Required. An expression that returns a Document object.

Remarks

Use the ReadingLayoutSizeY 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.ReadingLayoutFrozen = True

Applies to | Document Object