Window.Thumbnails Property (Word)

Sets or returns a Boolean that represents whether thumbnail images of the pages in a document are displayed along the left side of the Microsoft Word document window.

Syntax

expression .Thumbnails

expression An expression that returns a Window object.

Example

The following example displays thumbnail images of the pages in the active document.

ActiveDocument.ActiveWindow.Thumbnails = True

See Also

Concepts

Window Object Members

Window Object