TdxPDFViewerOptionsThumbnails.Visible Property
In This Article
Specifies whether the Thumbnails page’s tab is displayed on the PDF Viewer control’s Navigation pane.
#Declaration
Delphi
property Visible; default bDefault;
#Property Value
Type | Default |
---|---|
Tdx |
b |
#Remarks
Use this property to toggle the Thumbnails page tab’s visibility within the Navigation pane, thus enabling or disabling the end-user capability to navigate between document pages by clicking their thumbnails. Options include:
Value | Description |
---|---|
b |
The Thumbnails page’s tab is always hidden. |
b |
The Thumbnails page’s tab is always visible. |
b |
This option has the same effect as b |
Note
If the PDF Viewer control’s Options
The Visible property’s default value is bDefault.
See Also