Window.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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Thumbnails As Boolean
Get
Set
'Usage
Dim instance As Window
Dim value As Boolean
value = instance.Thumbnails
instance.Thumbnails = value
bool Thumbnails { get; set; }
Property Value
Type: System.Boolean