Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewer Class : Thumbnails Property |
public DocumentViewerThumbnails Thumbnails {get;}
'Declaration
Public ReadOnly Property Thumbnails As DocumentViewerThumbnails
'Usage
Dim instance As DocumentViewer Dim value As DocumentViewerThumbnails value = instance.Thumbnails
public: property DocumentViewerThumbnails^ Thumbnails { DocumentViewerThumbnails^ get(); }
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.
Refer to DocumentViewerThumbnails for more information.
For an example, refer to DocumentViewerThumbnails.