AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Propiedades WLanguage / Propiedades de ventanas, páginas y controles
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.
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local