Danny Venier
unread,Dec 24, 2014, 9:07:18 AM12/24/14Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pdfnet-w...@googlegroups.com
I'm working through some code to manually/programmatically add highlights to a document triggering off of the textSelected event.
The quads values that are returned in the event arguments for positioning have legitimate values, however the property names of x1, x2, y1 etc have been minified to new names (at least in much of the code we downloaded) which makes it very difficult to get at or use the property values.
Is there a way around this problem? I see some samples on the site doing exactly this, but not facing minified property values.
thanks,
Danny