SetPdfOpenPageView

Sets the selected page view.   This value specifies whether the PDF viewer displays thumbnails, bookmarks or only pages when opening the printed PDF document.

 SetPdfOpenPageView(pBlackIceDEVMODE As Long, lPageView As Long)

Input value    - pointer to the BlackIceDEVMODE structure.
                        - one of the following values:
0: Displays only pages in the PDF viewer
1: Displays the pages and bookmarks in the PDF viewer
2: Displays the pages and thumbnails in the PDF viewer
3: Opens the PDF viewer in full screen

NOTE: For 32-bit applications , use pBlackIceDEVMODE as Integer, instead of Long.