Manages the thumbnails in this document viewer.
Object.defineProperty(DocumentViewer.prototype, 'thumbnails',
get: function()
)
thumbnails: DocumentViewerThumbnails; // read-only
The DocumentViewerThumbnails object that manages the thumbnails in this document viewer.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET