Document.ReadingModeLayoutFrozen Property (2007 System)

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.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property ReadingModeLayoutFrozen As Boolean
'Usage
Dim instance As Document 
Dim value As Boolean 

value = instance.ReadingModeLayoutFrozen

instance.ReadingModeLayoutFrozen = value
[BrowsableAttribute(false)]
public bool ReadingModeLayoutFrozen { get; set; }
[BrowsableAttribute(false)]
public:
property bool ReadingModeLayoutFrozen {
    bool get ();
    void set (bool value);
}
public function get ReadingModeLayoutFrozen () : boolean 
public function set ReadingModeLayoutFrozen (value : boolean)

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

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace