Skip to content

Commit ec2ee35

Browse files
978978: Update review corrections
1 parent c019a39 commit ec2ee35

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

Document-Processing-toc.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,9 +483,9 @@
483483
</li>
484484
<li>Blazor Hybrid
485485
<ul>
486-
<li><a href="/document-processing/pdf/pdf-viewer/blazor/getting-started/deploy-maui-blazor-app">.NET MAUI</a></li>
487-
<li><a href="/document-processing/pdf/pdf-viewer/blazor/getting-started/deploy-wpf-blazor-app">WPF Blazor App</a></li>
488-
<li><a href="/document-processing/pdf/pdf-viewer/blazor/getting-started/deploy-winforms-blazor-app">WinForms Blazor App</a></li>
486+
<li><a href="/document-processing/pdf/pdf-viewer/blazor/getting-started/maui-blazor-app">.NET MAUI</a></li>
487+
<li><a href="/document-processing/pdf/pdf-viewer/blazor/getting-started/wpf-blazor-app">WPF Blazor App</a></li>
488+
<li><a href="/document-processing/pdf/pdf-viewer/blazor/getting-started/winforms-blazor-app">WinForms Blazor App</a></li>
489489
</ul>
490490
</li>
491491
<li>Deployment

Document-Processing/PDF/PDF-Viewer/blazor/annotation/annotations-in-mobile-view.md

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

10-
This guide explains how to work with annotations in the mobile view of the Blazor SfPdfViewer. It covers opening the annotation toolbar, adding each annotation type, adjusting properties, deleting annotations, and using the comments panel.
10+
This article explains how to work with annotations in the mobile view of the Blazor SfPdfViewer. It covers opening the annotation toolbar, adding each annotation type, adjusting properties, deleting annotations, and using the comments panel.
1111

1212
# To open the annotation toolbar
1313

Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-deploy-maui-using-android-emulator.md

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

1010
# Render a PDF from an embedded resource in a MAUI Android app
1111

12-
This section describes how to render the PDF Viewer from an embedded resource in a .NET MAUI Android app using the Android emulator.
12+
This article describes how to render the PDF Viewer from an embedded resource in a .NET MAUI Android app using the Android emulator.
1313

1414
To create the .NET MAUI project, see Create a [MAUI app](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/getting-started/deploy-maui-windows)
1515

Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-print-large-page-document.md

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

1010
# Print large PDF documents in Blazor SfPdfViewer
1111

12-
This guide shows how to implement a client-side printing approach for large PDFs in the Syncfusion Blazor SfPdfViewer component using JavaScript interop.
12+
This article shows how to implement a client-side printing approach for large PDFs in the Syncfusion Blazor SfPdfViewer component using JavaScript interop.
1313

1414
### Implement a print handler
1515
Add a custom print toolbar item to the primary toolbar, then handle its click to retrieve the loaded PDF as a byte array and invoke a JavaScript function to print the PDF on the client-side.

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/deploy-maui-blazor-app.md renamed to Document-Processing/PDF/PDF-Viewer/blazor/getting-started/maui-blazor-app.md

File renamed without changes.

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/deploy-winforms-blazor-app.md renamed to Document-Processing/PDF/PDF-Viewer/blazor/getting-started/winforms-blazor-app.md

File renamed without changes.

Document-Processing/PDF/PDF-Viewer/blazor/getting-started/deploy-wpf-blazor-app.md renamed to Document-Processing/PDF/PDF-Viewer/blazor/getting-started/wpf-blazor-app.md

File renamed without changes.

0 commit comments

Comments
 (0)