DocumentBase.ReadingModeLayoutFrozen Property

Gets or sets a value that indicates whether pages displayed in reading layout view are frozen to a specified size for inserting handwritten markup into a document.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)

Syntax

'Declaration
Public Property ReadingModeLayoutFrozen As Boolean
    Get
    Set
public bool ReadingModeLayoutFrozen { get; set; }

Property Value

Type: System.Boolean
true if pages displayed in reading layout view are frozen; otherwise, false.

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.

.NET Framework Security

See Also

Reference

DocumentBase Class

Microsoft.Office.Tools.Word Namespace