Page 1 of 1

Duplex printing

PostPosted: July 17th, 2006, 12:45 pm
by Tom Rage
Hi,

Devicemode.duplex is not yet implemented in PrintPreview. Is this an option for one of the next releases?

Regards,
Tom

PostPosted: August 4th, 2006, 1:29 pm
by Kambiz
In addition to duplex field, there are many device dependent/independent fields that are not managed by TPrintPreview.

If a field is provided in Delphi's Printer object, you can use it. Otherwise, you have to use Windows API to set the field.

This behavior will not change in the next releases, sorry.