Share via


ViewTwoPageSpread Property.ViewTwoPageSpread Property

Publisher Developer Reference

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 ViewTwoPageSpread Property object.

Return Value
Boolean

Example

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

Visual Basic for Applications
  Sub ViewTwoPage()
MsgBox "View Two Page Spread = " & _
    Application.ActiveDocument.<strong>ViewTwoPageSpread</strong>

End Sub

See Also