Skip to content

Commit bb4e98d

Browse files
Merge pull request #4652 from syncfusion-content/897381_titlechanged
897381: Renamed Title and changed Github sample
2 parents b492b89 + 732eba5 commit bb4e98d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

blazor-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3599,7 +3599,7 @@
35993599
<li> <a href="/blazor/pdfviewer-2/how-to/improve-performance-using-CDN">Improve the performance using CDN in Blazor SfPdfViewer Component</a></li>
36003600
<li> <a href="/blazor/pdfviewer-2/how-to/processing-large-files-without-increasing-maximum-message-size">Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component</a></li>
36013601
<li> <a href="/blazor/pdfviewer-2/how-to/load-custom-font-pdfium">Load Custom Fonts in a PDF Viewer</a></li>
3602-
<li> <a href="/blazor/pdfviewer-2/how-to/optimize-scroll-overscan-count">Optimize PDF Scrolling with the OverscanCount</a></li>
3602+
<li> <a href="/blazor/pdfviewer-2/how-to/render-n-pages-scrolling">Render N number pages on scrolling</a></li>
36033603
</ul>
36043604
</li>
36053605
<li>

blazor/pdfviewer-2/how-to/load-custom-font-pdfium.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ Below code snippet illustrates how to load a CustomFonts using a CDN link.
5353
}
5454
5555
```
56-
[View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Load%20and%20Save/Load%20CustomFonts%20pdfium).
56+
[View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Load%20and%20Save/Load%20custom%20fonts%20in%20PDF%20document).

blazor/pdfviewer-2/how-to/optimize-scroll-overscan-count.md renamed to blazor/pdfviewer-2/how-to/render-n-pages-scrolling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
layout: post
3-
title: Optimize PDF Scrolling with the OverscanCount | Syncfusion
3+
title: Render N number pages on scrolling | Syncfusion
44
description: Learn here all about OverscanCount in Blazor application in Syncfusion Blazor SfPdfViewer component and more.
55
platform: Blazor
66
control: SfPdfViewer
77
documentation: ug
88
---
99

10-
# Optimize PDF Scrolling with the OverscanCount
10+
# Render N number pages on scrolling
1111

12-
The [OverscanCount](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfViewerBase.html#Syncfusion_Blazor_SfPdfViewer_PdfViewerBase_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.
12+
The [OverscanCount](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.SfPdfViewer.PdfViewerBase.html#Syncfusion_Blazor_SfPdfViewer_PdfViewerBase_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.
1313

1414
To utilize this capability in Syncfusion PDF Viewer, adjust the OverscanCount property. By setting this property to a desired number, users can preload pages adjacent to the active page. This ensures quicker access to specific pages without waiting for the entire document to load.
1515

@@ -23,4 +23,4 @@ Below is a code snippet illustrating how to implement the OverscanCount:
2323
</SfPdfViewer2>
2424
2525
```
26-
[View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Load%20and%20Save/Load%20OverscanCount).
26+
[View sample in GitHub](https://github.com/SyncfusionExamples/blazor-pdf-viewer-examples/tree/master/Load%20and%20Save/Render%20N%20number%20pages%20on%20scrolling).

0 commit comments

Comments
 (0)