Am 30.04.2013 um 16:13 schrieb Giulio Mastrosanti <[email protected]>:
> Hi, > > I have tried to change the textrect putting a SetTextRect call on the > PageBreak event, but this seems to interrupt creation of new pages. But that is the right way. In the PageBreak event you do something like this: call EndPage call Append call SetTextRect(r.PosX, r.PosY, r.Width, r.Height) return 0 Can you try? Greetings Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
