View.ReadingLayoutActualView Property

Sets or returns a Boolean that represents whether pages displayed in reading layout view are displayed using the same layout as printed pages.

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

Syntax

'Declaration
Property ReadingLayoutActualView As Boolean
    Get
    Set
'Usage
Dim instance As View
Dim value As Boolean

value = instance.ReadingLayoutActualView

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

Property Value

Type: System.Boolean

Remarks

In reading layout view, pages are not displayed with the full content contained in the literal printed pages, as you would see in normal view or in print layout view. Instead they are displayed in screens. When the ReadingLayoutActualView property is set to True, the document is displayed as it would appear when printed. On smaller monitors, this requires a zoom level that makes the document hard to read, but it is fine for larger monitors.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace