TTMSFNCWXPDFThumbnailList Class
Control that shows a navigable list of page thumbnails for a connected PDF viewer. Selecting a thumbnail navigates the viewer to that page, and the highlighted thumbnail follows the viewer's current page.
API unit family: TMSFNCWXPDFThumbnailList
Inherits from: TTMSFNCWXCustomThumbnailList
Syntax
TTMSFNCWXPDFThumbnailList = class(TTMSFNCWXCustomThumbnailList)
Properties
| Name | Description |
|---|---|
| Version | Gets the version number of the control as a string. |
| Viewer | Gets or sets the document viewer that supplies the pages and thumbnail images. Assigning a viewer hooks its thumbnail, load, navigation, and progress notifications so the list stays synchronized with the document; assigning nil detaches those notifications. (inherited from TTMSFNCWXCustomThumbnailList) |
Methods
| Name | Description |
|---|---|
| InitializeDefault | Restores the initial state of the list. When a viewer is connected its page count is read, the list is rebuilt, and thumbnail generation is requested; otherwise the empty list is rebuilt. (inherited from TTMSFNCWXCustomThumbnailList) |
| Rebuild | Recreates the thumbnail items to match the current page count and reapplies the row, column, and item-size layout. (inherited from TTMSFNCWXCustomThumbnailList) |