EEPNPDFPAGELAYOUT

typedef enum tag_EEPNPDFPAGELAYOUT
{
   PDFPAGELAYOUT_SINGLE = 0, 
   PDFPAGELAYOUT_CONTINUOUS, 
   PDFPAGELAYOUT_CONTINUOUSFACING_ODDLEFT, 
   PDFPAGELAYOUT_CONTINUOUSFACING_EVENLEFT
} EEPNPDFPAGELAYOUT, L_FAR * pEEPNPDFPAGELAYOUT;

The EEPNPDFPAGELAYOUT enumeration specifies the layout of the PDF document pages in the viewable area when the document is opened with Adobe Reader.

Value

Meaning

PDFPAGELAYOUT_SINGLE

View one page only, with scrolling.

PDFPAGELAYOUT_CONTINUOUS

View pages continuously.

PDFPAGELAYOUT_CONTINUOUSFACING_ODDLEFT

View pages in pairs with two pages on each row. The odd page is placed to the left.

PDFPAGELAYOUT_CONTINUOUSFACING_EVENLEFT

View pages in pairs with two pages on each row. The even page is placed to the left.

Comments

This enumeration is used within the EPNPDFOPTIONS structure.