|
Here you can switch on and off the display and use of hyperlinks
Applies to
TWPViewPDF
Declaration
property ViewOptions: TWPPDFViewOptions;
Description
Using this property you can change how the viewer displays the PDF information and interacts with the user. The following options are possible:
| • | wpDontUseHyperlinks Hyperlinks cannot be clicked |
| • | wpDontHighlightLinks Hyperlinks are not highlighted |
| • | wpDontAskForPassword The reader will not ask for a password when an encrypted files is loaded. (You can still use the event OnNeedPassword!) |
| • | wpSelectClickedPage If this flag is active the user can click on a page and it is selected. When the print dialog is displayed the option 'Selection' will only print the selected page(s). Tip: With the "PLUS" edition it is possible to save the selected pages only. |
| • | wpShowPageMultiSelection The user can select multiple pages by clicking on a page while pressing 'Shift'. |
| • | wpEnableSmartThumbs If this mode is active the twp-page view can be understood as thumbnail view. The viewer will display the pages as thumbnails in as many columns as fit in the viewer box. |
| • | wpAllowFormEdit This mode is experimental in Version 1.02 - it activates the possibility to edit PDF forms. |
| • | wpDisablePagenrHint This flag disables the page number hint window which was introduced in version 1.02. |
| • | wpDisableZoomHint This flag disables the zomming hint window which was introduced in version 1.02. |
| • | wpDisableBookmarkView - do not display the bookmark tree view (new in V2) |

|