Page 1 of 1

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

Posted: Sun May 19, 2024 6:25 pm
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)

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

Posted: Sun May 19, 2024 6:54 pm
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.

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

Posted: Mon May 20, 2024 12:02 am
by wolf1860
Thank u:)