Replies: 1 comment 3 replies
-
You mean, you have performance issues with it? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, great project! My question is if you think it might be worth it to restrict
PdfViewerParams.layoutPages
in some way to more efficiently check page intersection with the currently visible rect (or cacheExtentRect) via binary search. Or is the intersection computation for all pages negligible, even though it runs so often?Beta Was this translation helpful? Give feedback.
All reactions