|
Draft printing
Print Suite has TDraftPrintJob - a special component that allows to print the print job in a draft mode when several reduced pages are printed on one page. With the TDraftPrintJob the draft printing as simple as 1-2-3!
<1>
Drop TDraftPrintJob component onto the form containing your print job component.
<2>
Link TDraftPrintJob component with your another print job component using the PrintJob component, set the scale (from 2 to 10, so from 4 to 100 pages can be printed on one page) and set the Separators property to True if you want to separate the subpages by dotted line.
<3>
Use TDraftPrintJob like any other print job component - link it with the preview component, start printing by the Print method and so on.
|