Sets 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.
SetNUp (pBlackIceDEVMODE As Long, lValue As Long) As Boolean
pBlackIceDEVMODE - Pointer to the BlackIceDEVMODE structure.
lValue - The number of pages to print on a single page of the output document. The valid values are: 1, 2, 4, 6, 8, 9, 16
Return value - TRUE on success, otherwise FALSE.