EEPNPDFMAGNIFICATION

typedef enum tag_EEPNPDFMAGNIFICATION
{
   PDFMAGNIFICATION_DEFAULT = 0, 
   PDFMAGNIFICATION_FITVISIBLE, 
   PDFMAGNIFICATION_FITWIDTH,   
   PDFMAGNIFICATION_FITINWINDOW, 
   PDFMAGNIFICATION_CUSTOM
} EEPNPDFMAGNIFICATION, L_FAR * pEEPNPDFMAGNIFICATION;

The EEPNPDFMAGNIFICATION enumeration specifies the magnification to be used when initially displaying a PDF document with Adobe Reader.

Value

Meaning

PDFMAGNIFICATION_DEFAULT

Use the default magnification.

PDFMAGNIFICATION_FITVISIBLE

Fit visible. Displays the width of the visible contents of the current page in the destination window. This usually means the margins are not displayed.

PDFMAGNIFICATION_FITWIDTH

Fit the width of the current page to the width of the destination window.

PDFMAGNIFICATION_FITINWINDOW

Fit to window. It displays the page in the destination window.

PDFMAGNIFICATION_CUSTOM

Use custom magnification. The user should pass a value to the nCustomMag member of the EPNPDFOPTIONS structure.

Comments

This enumeration is used within the EPNPDFOPTIONS structure.