Skip to content

Commit 9cb3185

Browse files
987332: Resolved CI errors
1 parent 681fd07 commit 9cb3185

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/annotation/line-angle-constraints.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: Line angle constraints in ASP.NET MVC PDF Viewer | Syncfusion
4-
description: Learn to add, edit, delete, and configure highlight, underline, strikethrough, and squiggly text markup annotations programmatically.
4+
description: Learn to add, edit, delete, and configure highlight, underline, strikethrough, and squiggly text markup annotations programmatically in ASP.NET MVC
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/form-designer/create-programmatically.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,7 @@ The following code example explains how to update the signature field properties
634634

635635
The following code shows how to configure default properties for a signature field added from the Form Designer toolbar.
636636

637+
```html
637638
<script type="text/javascript">
638639
639640
window.onload = function () {
@@ -666,11 +667,13 @@ The following code shows how to configure default properties for a signature fie
666667
}
667668
668669
</script>
670+
```
669671

670672
![Signature field settings in the PDF Viewer](../images/signature_field.png)
671673

672674
The following code shows how to configure default properties for an initial field added from the Form Designer toolbar.
673675

676+
```html
674677
<script type="text/javascript">
675678
676679
window.onload = function () {
@@ -703,6 +706,7 @@ window.onload = function () {
703706
}
704707
705708
</script>
709+
```
706710

707711
![Initial field settings in the PDF Viewer](../images/initialfield.png)
708712

@@ -795,6 +799,7 @@ The following example updates Textbox field properties on a button click.
795799

796800
The following code shows how to configure default properties for a Textbox field added from the Form Designer toolbar.
797801

802+
```html
798803
<script type="text/javascript">
799804
800805
window.onload = function () {
@@ -838,6 +843,7 @@ window.onload = function () {
838843
}
839844
840845
</script>
846+
```
841847

842848
![Textbox field settings in the PDF Viewer](../images/Textbox.png)
843849

@@ -928,6 +934,7 @@ The following example updates Password field properties on a button click.
928934

929935
The following code shows how to configure default properties for a Password field added from the Form Designer toolbar.
930936

937+
```html
931938
<script type="text/javascript">
932939
933940
window.onload = function () {
@@ -969,6 +976,7 @@ window.onload = function () {
969976
}
970977
971978
</script>
979+
```
972980

973981
![Password field settings in the PDF Viewer](../images/Password.png)
974982

@@ -1045,6 +1053,7 @@ The following example updates CheckBox field properties on a button click.
10451053

10461054
The following code shows how to configure default properties for a CheckBox field added from the Form Designer toolbar.
10471055

1056+
```html
10481057
<script type="text/javascript">
10491058
10501059
window.onload = function () {
@@ -1076,6 +1085,7 @@ window.onload = function () {
10761085
}
10771086
10781087
</script>
1088+
```
10791089

10801090
![CheckBox field settings in the PDF Viewer](../images/Checkbox.png)
10811091

@@ -1154,6 +1164,7 @@ The following example updates RadioButton field properties on a button click.
11541164

11551165
The following code shows how to configure default properties for a RadioButton field added from the Form Designer toolbar.
11561166

1167+
```html
11571168
<script type="text/javascript">
11581169
11591170
window.onload = function () {
@@ -1185,6 +1196,7 @@ window.onload = function () {
11851196
}
11861197
11871198
</script>
1199+
```
11881200

11891201
![RadioButton field settings in the PDF Viewer](../images/Radiobutton.png)
11901202

@@ -1283,6 +1295,7 @@ The following example updates ListBox field properties on a button click.
12831295

12841296
The following code shows how to configure default properties for a ListBox field added from the Form Designer toolbar.
12851297

1298+
```html
12861299
<script type="text/javascript">
12871300
12881301
window.onload = function () {
@@ -1329,6 +1342,7 @@ window.onload = function () {
13291342
}
13301343
13311344
</script>
1345+
```
13321346

13331347
![ListBox field settings in the PDF Viewer](../images/Listbox.png)
13341348

@@ -1427,6 +1441,7 @@ The following example updates DropDown field properties on a button click.
14271441

14281442
The following code shows how to configure default properties for a DropDown field added from the Form Designer toolbar.
14291443

1444+
```html
14301445
<script type="text/javascript">
14311446
14321447
window.onload = function () {
@@ -1473,5 +1488,6 @@ window.onload = function () {
14731488
};
14741489
14751490
</script>
1491+
```
14761492

14771493
![DropDown field settings in the PDF Viewer](../images/Dropdown.png)

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/how-to-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: FAQ Section in PDF Viewer control | Syncfusion
4-
description: In this section, you can know about the various questions asked about manipulation of in PDF Viewer control.
3+
title: FAQ Section in ASP.NET MVC PDF Viewer control | Syncfusion
4+
description: In this section, you can know about the various questions asked about manipulation of ASP.NET MVC PDF Viewer control.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/asp-net-mvc/how-to/add-annotation-in-text-search.md

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

10-
# Add rectangle annotations using text search bounds in PDF Viewer
10+
# Add Rectangles to Search Highlights in ASP.NET MVC PDF Viewer
1111

1212
A concise guide to adding rectangle annotations at highlighted text search results in the ASP.NET MVC PDF Viewer to visually emphasize matches and improve readability.
1313

0 commit comments

Comments
 (0)