View.ReadingLayoutAllowMultiplePages Property

Sets or returns a Boolean that represents whether reading layout view displays two pages side by side.

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

Syntax

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

value = instance.ReadingLayoutAllowMultiplePages

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

Property Value

Type: System.Boolean
Boolean

Remarks

Microsoft Word may or may not allow two pages to be displayed in reading layout view. If Word cannot maintain a reasonable aspect ratio, Word will display only one page. Therefore, if you set the ReadingLayoutAllowMultiplePages property to True and Word cannot display two pages, the property will remain set to False, and Word will display only a single page.

See Also

Reference

View Interface

View Members

Microsoft.Office.Interop.Word Namespace