How can I get default print values (default printer, paper size), BEFORE running PrintOperation.run() ?
Thanks.
Seems this is not possible. Only way is to set up PrintSettings and PageSetup in advance and create a new PrintOperation for each call to run, and save PrintSettings after each of them.
Is it this you are looking for ?