Skip to content

Commit 22359ae

Browse files
1010339: Resolved CI issues
1 parent e7a0876 commit 22359ae

8 files changed

Lines changed: 52 additions & 52 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
---
9-
# Accessibility in Syncfusion PDF Viewer component
9+
# Accessibility in ASP.NET Core PDF Viewer component
1010

1111
The PDF Viewer component adheres to accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), and [WCAG 2.2](https://www.w3.org/TR/WCAG22/). It implements [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) to ensure comprehensive accessibility support for all users.
1212

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Annotation Events in ASP.NET Core PDF Viewer | Syncfusion
3-
description: Comprehensive guide to annotation events in the Syncfusion ASP.NET Core PDF Viewer component. Learn to handle add, remove, select, move, resize, and property-change events for annotations and signatures with complete code examples.
3+
description: Comprehensive guide to annotation events in the Syncfusion ASP.NET Core PDF Viewer component with runnable examples.
44
platform: document-processing
55
control: PDF Viewer
66
documentation: ug
@@ -41,7 +41,7 @@ The PDF Viewer component triggers the following annotation and signature events:
4141

4242
The [annotationAdd](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_AnnotationAdd) event is triggered when an annotation is added to a PDF document's page.
4343

44-
**Event Arguments:** [AnnotationAddEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationAddEventArgs/)
44+
**Event Arguments:** [AnnotationAddEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationAddEventArgs)
4545

4646
**Example: Handle annotation add event**
4747

@@ -743,7 +743,7 @@ The [signatureSelect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.e
743743

744744
#### Event Arguments
745745

746-
For event data, see [SignatureSelectEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/signatureSelectEventArgs/).
746+
For event data, see [SignatureSelectEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/signatureSelectEventArgs).
747747

748748
The following example illustrates how to handle the `signatureSelect` event.
749749

@@ -788,7 +788,7 @@ The [signatureUnselect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion
788788

789789
#### Event Arguments
790790

791-
For event data, see [SignatureUnSelectEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/signatureUnSelectEventArgs/).
791+
For event data, see [SignatureUnSelectEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/signatureUnSelectEventArgs).
792792

793793
The following example illustrates how to handle the `signatureUnselect` event.
794794

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Comments in ASP.NET Core PDF Viewer | Syncfusion
4-
description: Add, reply, and manage comments and annotations in ASP.NET Core PDF Viewer. Support for comment threads, replies, status tracking, and programmatic access to comments.
4+
description: Add, reply, and manage comments in ASP.NET Core PDF Viewer with support for comment threads, replies, status tracking and programmatic controls.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Free Text Annotations in ASP.NET Core PDF Viewer | Syncfusion
4-
description: Add and customize free text annotations in ASP.NET Core PDF Viewer. Complete control over font, size, color, alignment, borders, and opacity with programmatic APIs.
4+
description: Add and customize free text annotations in ASP.NET Core PDF Viewer with control over formatting tools with programmatic APIs.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Shape Annotations in ASP.NET Core PDF Viewer | Syncfusion
4-
description: Add and customize shape annotations in ASP.NET Core PDF Viewer. Support for lines, arrows, rectangles, circles, polygons with stroke, fill, and opacity properties.
4+
description: Add and customize shape annotations in ASP.NET Core PDF Viewer with for support for lines, arrows, rectangles, circles, polygons with formatting tools.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Stamp Annotations in ASP.NET Core PDF Viewer | Syncfusion
4-
description: Add, edit, and customize stamp annotations in ASP.NET Core PDF Viewer. Support for dynamic, sign here, standard business stamps, and custom image stamps with complete API documentation.
4+
description: Add, edit, and customize stamp annotations in ASP.NET Core PDF Viewer. Learn about various stamps, and custom image stamps with programmatic APIs.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Text markup annotations in ASP.NET Core PDF Viewer | Syncfusion
4-
description: Learn to add, edit, delete, and customize text markup annotations (highlight, underline, strikethrough, squiggly) in the Syncfusion ASP.NET Core PDF Viewer, with programmatic APIs and examples.
4+
description: Learn to add, edit, delete, and customize text markup annotations in the Syncfusion ASP.NET Core PDF Viewer, with programmatic APIs and examples.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

0 commit comments

Comments
 (0)