GetPdfOpenPageView

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

GetPdfOpenPageView (pBlackIceDEVMODE As Long) As Long

Input value    - pointer to the BlackIceDEVMODE structure.

Return value - 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.