typedef enum tag_EEPNHORIZONTALALIGNMENT
{
EPN_HORZALIGN_LEFT = 1,
EPN_HORZALIGN_RIGHT = 2,
EPN_HORZALIGN_CENTER = 3
}EEPNHORIZONTALALIGNMENT, L_FAR * pEEPNHORIZONTALALIGNMENT;
The EEPNEHORIZONTALEALIGNMENT enumeration specifies the horizontal alignment of pages on the printed sheet.
Value |
Meaning |
EPN_HORZALIGN_LEFT |
Align pages to the left. |
EPN_HORZALIGN_RIGHT |
Align pages to the right. |
EPN_HORZALIGN_CENTER |
Align pages at the center. |
Comments
This enumeration is used within the EPNENHOPTIONS structure.