Can I get the coordinate after I draw the content to a multiple columns' canvas?

General TRichView support forum. Please post your questions here
Post Reply
wolf1860
Posts: 118
Joined: Sat Nov 21, 2015 2:04 am

Can I get the coordinate after I draw the content to a multiple columns' canvas?

Post by wolf1860 »

I have got the right coordinate by checkpoint and onDrawCheckPoint after I export the content to a image when exporting one column.But if I want to calculate the the coordinate in case of exporting multiple columns,I do need to know which page the item is.Can I do that? How? Thank u again:)
By the way,how to get the content width( text maybe including some inline image)
Sergey Tkachenko
Site Admin
Posts: 17497
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Can I get the coordinate after I draw the content to a multiple columns' canvas?

Post by Sergey Tkachenko »

Obviously, you need to add coordinates of the top left corner of the page to the checkpoint coordinates from the event.
How to get top left page coordinates, depends on the way you choose for drawing pages.
wolf1860
Posts: 118
Joined: Sat Nov 21, 2015 2:04 am

Re: Can I get the coordinate after I draw the content to a multiple columns' canvas?

Post by wolf1860 »

Thank u:)
Post Reply