EEPNVERTICALALIGNMENT

typedef enum tag_EEPNVERTICALALIGNMENT
{
   EPN_VERTALIGN_TOP = 1, 
   EPN_VERTALIGN_BOTTOM = 2, 
   EPN_VERTALIGN_CENTER = 3
}EEPNVERTICALALIGNMENT, L_FAR * pEEPNVERTICALALIGNMENT;

The EEPNVERTICALALIGNMENT enumeration specifies the vertical alignment of pages on the printed sheet.

Value

Meaning

EPN_VERTALIGN_TOP

Align pages to the top.

EPN_VERTALIGN_BOTTOM

Align pages to the bottom.

EPN_VERTALIGN_CENTER

Align pages at the center.

Comments

This enumeration is used within the EPNENHOPTIONS structure.