Thumbnails Property
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.
expression.Thumbnails
expression Required. 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