Skip to content

Commit 824f554

Browse files
987016: resolved naming issues and unwanted changes
1 parent 0853fc6 commit 824f554

File tree

7 files changed

+517
-194
lines changed

7 files changed

+517
-194
lines changed

Document-Processing-toc.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@
147147
</ul>
148148
</li>
149149
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/accessibility">Accessibility</a></li>
150+
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/toolbar">Toolbar</a></li>
151+
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/navigation">Navigation</a></li>
150152
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/magnification">Magnification</a></li>
151153
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/text-search">Text Search</a></li>
152154
<li>Annotation
@@ -192,7 +194,7 @@
192194
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/textselection">Text Selection</a></li>
193195
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/globalization">Globalization</a></li>
194196
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/server-actions">Server Actions</a></li>
195-
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/how-to-overview">FAQs</a>
197+
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/how-to-overview">How To</a>
196198
<ul>
197199
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/how-to/export-as-image">Export as Image</a></li>
198200
<li><a href="/document-processing/pdf/pdf-viewer/asp-net-core/how-to/extract-text">Extract Text</a></li>

Document-Processing/PDF/PDF-Viewer/asp-net-core/annotation/annotation-event.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Annotations Events in ASP.NET Core Pdfviewer control | Syncfusion
3-
description: Learn here all about Annotations Events in Syncfusion ASP.NET Core Pdfviewer component of Syncfusion Essential JS 2 and more.
2+
title: Annotations Events in ASP.NET Core PDF Viewer control | Syncfusion
3+
description: Learn here all about Annotations Events in Syncfusion ASP.NET Core PDF Viewer component of Syncfusion Essential JS 2 and more.
44
platform: document-processing
55
control: PDF Viewer
66
documentation: ug
77
---
88

9-
# Annotations Events in ASP.NET Core Pdf viewer control
9+
# Annotations Events in ASP.NET Core PDF Viewer control
1010

1111
The PDF Viewer component triggers various events based on user interactions and changes in the component's state. These events can be used to perform actions when a specific event occurs. This section describes the events available in the PDF Viewer component.
1212

Document-Processing/PDF/PDF-Viewer/asp-net-core/annotation/annotations-in-mobile-view.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Annotations in mobile view in ASP.NET Core Pdf viewer | Syncfusion
4-
description: Learn here all about Annotations in mobile view in Syncfusion ASP.NET Core Pdf viewer control of Syncfusion Essential JS 2 and more.
3+
title: Annotations in mobile view in ASP.NET Core PDF Viewer | Syncfusion
4+
description: Learn here all about Annotations in mobile view in Syncfusion ASP.NET Core PDF Viewer control of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
---
9-
# Annotations in mobile view in ASP.NET Core Pdf viewer control
9+
# Annotations in mobile view in ASP.NET Core PDF Viewer control
1010

1111
## To Open the Annotation Toolbar
1212

Document-Processing/PDF/PDF-Viewer/asp-net-core/event.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Events in ASP.NET Core Pdfviewer control | Syncfusion
3-
description: Learn here all about Events in Syncfusion ASP.NET Core Pdfviewer component of Syncfusion Essential JS 2 and more.
2+
title: Events in ASP.NET Core PDF Viewer control | Syncfusion
3+
description: Learn here all about Events in Syncfusion ASP.NET Core PDF Viewer component of Syncfusion Essential JS 2 and more.
44
platform: document-processing
55
control: PDF Viewer
66
documentation: ug
77
---
88

9-
# Events in ASP.NET Core Pdf viewer control
9+
# Events in ASP.NET Core PDF Viewer control
1010

1111
The PDF Viewer component triggers events for creation, page navigation, document life cycle, context menu interactions, comments, bookmarks, downloads/exports, hyperlinks, import/export of annotations, keyboard commands, printing, signatures, text search, and text selection. Use these events to integrate custom logic into your application workflows.
1212

Document-Processing/PDF/PDF-Viewer/asp-net-core/form-filling.md

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

1212
The PDF Viewer component displays existing form fields in a PDF document and enables filling and downloading filled data.
1313

14-
The form fields displayed in the Pdf Viewer are:
14+
The form fields displayed in the PDF Viewer are:
1515

1616
* Textbox
1717
* Password

0 commit comments

Comments
 (0)