←Select platform

Thumbnails Property

Summary

Manages the thumbnails in this document viewer.

Syntax

C#
VB
C++
public DocumentViewerThumbnails Thumbnails { get; } 
Public ReadOnly Property Thumbnails() As DocumentViewerThumbnails 
   Get 
public:  
   property DocumentViewerThumbnails^ Thumbnails 
   { 
      DocumentViewerThumbnails^ get() 
   } 

Property Value

The DocumentViewerThumbnails object that manages the thumbnails in this document viewer.

Remarks

This class manages the thumbnail image of the pages in the current Document set in the document viewer.

The class creates an instance of ImageViewer for viewing the thumbnails. The thumbnail images are loaded in a background thread to keep the application user interface responsive.

The class also handles the user interactions with the thumbnails, such as clicking on a thumbnail to move the view to the specified page.

When the Document Viewer is created

Refer to DocumentViewerThumbnails for more information.

Example

For an example, refer to DocumentViewerThumbnails.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.UI.WinForms Assembly