EEPNPDFPAGEMODE

typedef enum tag_EEPNPDFPAGEMODE
{
   PDFPAGEMODE_PAGEONLY = 0, 
   PDFPAGEMODE_BOOKMARKS_AND_PAGES, 
   PDFPAGEMODE_THUMBNAILS_AND_PAGES, 
   PDFPAGEMODE_FULLSCREEN
} EEPNPDFPAGEMODE, L_FAR * pEEPNPDFPAGEMODE;

The EEPNPDFPAGEMODE enumeration specifies the display mode of the PDF documents when they are opened with Adobe Reader.

Value

Meaning

PDFPAGEMODE_PAGEONLY

Show only pages when a PDF document is opened.

PDFPAGEMODE_BOOKMARKS_AND_PAGES

Show both pages and the Bookmark tab when a PDF document is opened.

PDFPAGEMODE_THUMBNAILS_AND_PAGES

The PDF document is opened with the window control and the Thumbnails tab.

PDFPAGEMODE_FULLSCREEN

Show the opened PDF document, in full screen mode.

Comments

This enumeration is used within the EPNPDFOPTIONS structure.