trichview.com

trichview.support




Re: Printprewiew


Return to index


Author

Message

Sergey Tkachenko

Posted: 10/07/2002 22:35:36


It's impossible in preview.


One of possible solutions - create 2 documents in different RVPrints, one

with large left margin, and one with large right margin, and print them on

the same page:

Printer.BeginDoc;

RVPrint1.rv.DrawPage(1, Printer.Canvas,False,False);

RVPrint2.rv.DrawPage(1, Printer.Canvas,False,False);

Printer.EndDoc;


This will give a correct image on paper, but not in preview.


>

> No, I whant put part of each document in the same page

>

>      _________________________________

>     |               |                |

>     |               |  document 2    |

>     |  document 1   |                |

>     .               .                .

>     .               .                .

>     .               .                .

>     |               |                |

>     |_______________|________________|

>






Powered by ABC Amber Outlook Express Converter