Skip to content

Commit bce4f48

Browse files
Merge branch 'development' into EXT-186089
2 parents 8b79b27 + 1705442 commit bce4f48

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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/listbox/how-to/add-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Add/Remove Items in Blazor ListBox Component
1111

12-
To add an item or multiple items, `AddItem` method can be used. In the following example, the `Ferrari LaFerrari` and `McLaren P1` items will be added while clicking `Add Items` button.
12+
To add an item or multiple items, [AddItemsAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DropDowns.SfDropDownBase-1.html#Syncfusion_Blazor_DropDowns_SfDropDownBase_1_AddItemsAsync_System_Collections_Generic_IEnumerable__0__System_Nullable_System_Int32__) method can be used. In the following example, the `Ferrari LaFerrari` and `McLaren P1` items will be added while clicking `Add Items` button.
1313

1414
```cshtml
1515
@using Syncfusion.Blazor.DropDowns

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)