←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 LEADDocument 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 DocumentViewer.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.