thumbnails Property

Summary

Manages the thumbnails in this document viewer.

Syntax
TypeScript
JavaScript
Object.defineProperty(DocumentViewer.prototype, 'thumbnails', 
	get: function() 
) 
thumbnails: DocumentViewerThumbnails; // read-only 

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.

Requirements

Target Platforms

Help Version 22.0.2023.4.18
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Viewer Assembly

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