Home > Back-end >  C builder, please print on both sides of 6, how long side turn or short edge is specified?
C builder, please print on both sides of 6, how long side turn or short edge is specified?

Time:09-29

As title, I now use QuickRep to achieve print,
Use PrinterSettings - & gt; Duplex=true; To specify print on both sides of success,
The question now is how long side turn or short edge is specified?

If QuickRep cannot come true,
C + + builder is there the good method of direct control of the printer?
thank you

CodePudding user response:

Long side turn or short side is what meaning ah
Horizontal print vertical print?

CodePudding user response:

reference 1st floor ksrsoft response:
long side turn or short side is what meaning ah
Horizontal print vertical print?


Is not horizontal print vertical print,
Is long edge binding "or" short edge binding "consciousness,

Print on both sides. If it is a long edge binding, in the page, is along the long side pages, with everyone to use at ordinary times is the same book
, if it is a short edge binding, turning pages, is along the short edge page, this kind of situation is generally in the horizontal print, can use,
Vertical print generally choose flip long side, horizontal print generally choose short flip side
Don't know explain Ming don't understand.

CodePudding user response:

Use ReportMachine, didn't see this option,
Double-sided printing: in the default option, single page, horizontal, vertical, a total of four options,

CodePudding user response:

The
reference 3 floor ksrsoft response:
use ReportMachine, didn't see this option,
Double-sided printing: in the default option, single page, horizontal, vertical, a total of four options,


QuickRep I got inside, seem to also have no,
DevMode seems to set Printer () :
DevMode - & gt; DmDuplex=DMDUP_HORIZONTAL;
DevMode - & gt; DmDuplex=DMDUP_VERTICAL;

But I'm not quite sure TPrinter and QuickRep what is the relationship?

CodePudding user response:

TPrinter is original class, control of the printer and print output,

QuickRep components are statements,

CodePudding user response:

This is a matter of left and right margin, when before I use BCB6 QuickRep only seems to set before the printing margin, but need the original poster is to adjust the margins in the printing process

CodePudding user response:

refer to 6th floor KFRGHT response:
this is a matter of left and right margin, when before I use BCB6 QuickRep only seems to set before the printing margin, but need the original poster is in the process of printing adjust margin

Could you tell me how to set up before printing is?
O give directions!

CodePudding user response:

refer to 6th floor KFRGHT response:
this is a matter of left and right margin, when before I use BCB6 QuickRep only seems to set before the printing margin, but need the original poster is in the process of printing adjust margin


I also want to in front of the print, inside the program can be set (not in the control panel manual),
Could you tell me how to achieve before printing?

CodePudding user response:

Left and right margins, QuickRep must be set in place

CodePudding user response:

C + + is there a way to direct operation and setting the printer properties?
(not only limited to QuickRep)