Document.ViewTwoPageSpread property (Publisher)

Returns True if the specified publication should be viewed as a two-page spread. Read/write Boolean.

Syntax

expression.ViewTwoPageSpread

expression A variable that represents a Document object.

Return value

Boolean

Example

This example opens a message box and displays if the current publication should be viewed in the two-page spread mode.

Sub ViewTwoPage() 
 
 MsgBox "View Two Page Spread = " & _ 
 Application.ActiveDocument.ViewTwoPageSpread 
 
End Sub

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.