Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TPlanner
Printing 4 planners on 1 sheet

You can do this with:

1) Call printer.BeginDoc;
2) Set for the first planner, via Planner.PrintOptions the margins this way that there is ΒΌ of the page left
3) Call planner.PrintTo(Printer.Canvas);
4) Repeat steps 2,3 for other planners
5) Call printer.EndDoc;