ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The NavigationPaneVisible property is used to display the thumbnail pane in the PDF Reader control.
Example
// Displays the navigation pane
PDF_MyPDF.NavigationPaneVisible = True
Syntax

Finding out whether the thumbnail pane is displayed in the PDF Reader control Hide the details

<Result> = <PDF Reader control>.NavigationPaneVisible
<Result>: Boolean
  • True if the thumbnail pane is visible,
  • False otherwise.
<PDF Reader control>: Control name
Name of PDF Reader control to use.

Modifying the display of thumbnail pane in the PDF Reader control Hide the details

<PDF Reader control>.NavigationPaneVisible = <New value>
<PDF Reader control>: Control name
Name of PDF Reader control to use.
<New value>: Boolean
  • True if the thumbnail pane is visible,
  • False if the thumbnail pane is hidden.
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help