typedef enum
{
DOC2_PB_NEVER = 0,
DOC2_PB_ALWAYS,
DOC2_PB_AUTO,
} DOC2_PAGEBREAKSETTING;
The DOC2_PAGEBREAKSETTING enumerated type specifies how to handle page breaks when creating output.
Value |
Meaning |
DOC2_PB_NEVER |
Never add page breaks |
DOC2_PB_ALWAYS |
Always add page breaks |
DOC2_PB_AUTO |
Auto add page breaks |
This enumerated type is used by the following structure: