You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
Hello,
If we have a very large XOD, at what point is it safe to assume the entire document has been loaded so we can guarantee a search runs against the entire document? Is the entire document immediately searchable once the documentLoaded event fires?
Thanks!
Matt Parizeau
unread,
May 13, 2014, 3:18:27 PM5/13/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
Hi Keith,
Once documentLoaded has fired then the entire document is searchable. The search will load the text information for the pages on the fly. So if WebViewer needs to search through later pages then it will load the text data for those pages as it needs it.