typedef enum tag_EEPNBORDERS
{
EPN_BORDERS_AUTO = 0,
EPN_BORDERS_ON = 1,
EPN_BORDERS_OFF = 2
}EEPNBORDERS, L_FAR * pEEPNBORDERS;
The EEPNBORDERS enumeration specifies border options.
Value |
Meaning | ||||
EPN_BORDERS_AUTO |
Borders will be drawn according to the value of uOrdering member of the EPNENHOPTIONS structure. If the value of uOrdering is EPN_ORDERING_VERTICAL, a frame will be drawn around each column of pages in the sheet of paper, and the pages will be ordered from top to bottom. | ||||
EPN_BORDERS_ON |
Borders will be drawn around each page as shown below: | ||||
|
| ||||
|
Where the layout is set to EPN_X4_LAYOUT. | ||||
EPN_BORDERS_OFF |
Border drawing is disabled. |
Comments
This enumeration is used within the EPNENHOPTIONS structure.