#include “BlackIceDEVMODE.h”
DWORD GetNUp(BlackIceDEVMODE* pDevMode);
Description
Returns the current value of the “Pages Per Sheet (N-Up)” setting. In the Pages Per Sheet setting, one can specify the number of pages to print on a single page of the generated document.
Parameters
BlackIceDEVMODE* pDevMode - Pointer to the BlackIceDEVMODE structure.
Return value
The number of pages to print on a single page of the output document.
Programming Notes
None
Code Example
None