Link to home
Start Free TrialLog in
Avatar of Tungaalper
Tungaalper

asked on

N up Print with WINAPI

Which struct Should I read to learn Nup feature of printer. (for example 4 page per sheet, or 8 page per sheet)

Currently I tried DEVMODE and JOB_INFO_2. But they do not have item for Nup.

Actually Devmode has Nup item. but it specify that who will take care of Nup process.

dmNup
Specifies where the NUP is done. It can be one of the following.

Value      Meaning
DMNUP_SYSTEM      The print spooler does the NUP.
DMNUP_ONEUP      The application does the NUP.
 
ASKER CERTIFIED SOLUTION
Avatar of Tungaalper
Tungaalper

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Tungaalper
Tungaalper

ASKER

found it on msdn