Page 1 of 1

DirectPrint and pages in TPrintPreview

PostPosted: May 18th, 2005, 10:15 am
by Matija
I have multipage document in TPrintPreview.
Since there are problems with kerning when printing using standard Print and PrintPages methos, I used DirectPrint prior to redrawing whole document.

Of course, that prints whole document to the printer.
My question is: Is it possible to prevent printing certain pages with directPrint? Without changing standard drawing method...

PostPosted: May 22nd, 2005, 5:35 pm
by Kambiz
You have to skip unwanted pages in your code.