_Document.ReadingModeLayoutFrozen 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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property ReadingModeLayoutFrozen As Boolean
    Get
    Set
'Usage
Dim instance As _Document
Dim value As Boolean

value = instance.ReadingModeLayoutFrozen

instance.ReadingModeLayoutFrozen = value
bool ReadingModeLayoutFrozen { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace