Is there a way to understand if the RTF object is big enough to visualiaze all the text I will insert on a single page or if part of the text will be printed on the second page ?
L&L 18.005
VB6 SP6
Windows 7 64bit
Thanks
crauchfuss
(combit Support - Christian Rauchfuß)
2
Hi Fabio,
thank you for your post.
In that case you can use the so called “2-Pass-Technique”, which means that you have to print twice. During the first print process you can check the return value of the LlPrint() command whether it is delivering LL_WRN_REPEAT_DATA (page break) or not (no page break).