_Document.PrintPreview Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Switches the view to print preview.
public:
void PrintPreview();
public void PrintPreview ();
abstract member PrintPreview : unit -> unit
Public Sub PrintPreview ()
Remarks
In addition to using the PrintPreview method, you can set the PrintPreview property to True or False to switch to or from print preview, respectively. You can also change the view by setting the Type property for the View object to wdPrintPreview.