|
|
|
|
|
NavigationPaneVisible (Property) In french: VoletNavigationVisible
The NavigationPaneVisible property is used to display the thumbnail pane in the PDF Reader control. // 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|