EEPNPRINTINGMETHOD

typedef enum tag_EEPNPRINTINGMETHOD
{
   EPN_DUPLEX_OFF = 0, 
   EPN_AUTO_DEFAULT = 1, 
   EPN_AUTO_LONG_EDGE = 2, 
   EPN_AUTO_SHORT_EDGE = 3, 
   EPN_MANUAL_PAGE_UP = 4, 
   EPN_MANUAL_PAGE_DOWN = 5
}EEPNPRINTINGMETHOD, L_FAR * pEEPNPRINTINGMETHOD;

The EEPNPRINTINGMETHOD enumeration specifies duplex printing options.

Value

Meaning

EPN_DUPLEX_OFF

No duplex printing.

EPN_AUTO_DEFAULT

Use the auto duplex printing option, if it is supported in the selected printer.

EPN_AUTO_LONG_EDGE

Use an auto duplex printing option that flips the paper along the longer side of the sheet.

EPN_AUTO_SHORT_EDGE

Use an auto duplex printing option that flips the paper along the shorter side of the sheet.

EPN_MANUAL_PAGE_UP

Use a manual duplex printing option where you must reinsert the paper with the printed side face up.

EPN_MANUAL_PAGE_DOWN

Use a manual duplex printing option where you must reinsert the paper with the printed side face down.

Comments

This enumeration is used within the EPNENHOPTIONS structure.