PrintPreview Property

       

True for Microsoft Publisher to display in Print Preview the publication in the current view. Read/write Boolean.

expression.PrintPreview

expression   Required. An expression that returns one of the objects in the Applies To list.

Example

This example switches the view to Print Preview.

Sub GoToPrintPreview()
    PrintPreview = True
End Sub