Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

897381: Rename Folder and Title #71

Merged
merged 2 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Optimize PDF Scrolling with the OverscanCount
The OverscanCount feature in a PDF Viewer allows users to preload a specified number of pages before and after the visible view port when opening a PDF document, thereby enhance the scrolling experience.
# Render N number pages on scrolling
The OverscanCount feature in a PDF Viewer allows users to preload/render specified number of pages before and after the visible view port when opening a PDF document, thereby enhance the scrolling experience.

Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/how-to/optimize-scroll-overscan-count
Documentation: https://blazor.syncfusion.com/documentation/pdfviewer-2/how-to/render-n-pages-scrolling


## Project pre-requisites
Expand Down
Loading