You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/asp-net-core/annotation/annotation-event.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,9 @@ The following example illustrates how to handle the `annotationMouseover` event.
212
212
}
213
213
</script>
214
214
215
+
{% endhighlight %}
216
+
{% endtabs %}
217
+
215
218
### annotationMove
216
219
217
220
The [annotationMove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_AnnotationMove) event is triggered when an annotation is moved over the page of the PDF document.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/asp-net-core/annotation/signature-annotation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ documentation: ug
9
9
---
10
10
11
11
12
-
# Handwritten signature
12
+
# Handwritten Signature
13
13
14
14
The PDF Viewer supports adding handwritten signatures to PDF documents. Handwritten signatures reduce paperwork during reviews and provide a simple way to verify documents digitally.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/asp-net-core/form-designer/create-programmatically.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: post
3
-
title: Create form fields programmatically in ASP.NET Core PDF Viewer | Syncfusion
3
+
title: Programmatically Add Fields in ASP.NET Core PDF Viewer | Syncfusion
4
4
description: Learn how to add, update, delete, save, print, validate, and import/export form fields in the Syncfusion ASP.NET Core PDF Viewer component.
5
5
platform: document-processing
6
6
control: PDF Viewer
@@ -677,8 +677,8 @@ The following code shows how to configure default properties for an initial fiel
677
677
678
678
<scripttype="text/javascript">
679
679
680
-
window.onload=function () {
681
-
var viewer =document.getElementById('pdfviewer').ej2_instances[0];
680
+
window.load=function () {
681
+
var viewer =document.getElementById('viewer').ej2_instances[0];
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/asp-net-core/form-designer/form-field-events.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ The [formFieldClick](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej
114
114
115
115
## formFieldDoubleClick event
116
116
117
-
The [formFieldDoubleClick](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldDoubleClick/) event is triggered when a form field is double-clicked. The event arguments provide details about the double-clicked form field.
117
+
The [formFieldDoubleClick](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldDoubleClick) event is triggered when a form field is double-clicked. The event arguments provide details about the double-clicked form field.
118
118
119
119
{% tabs %}
120
120
{% highlight cshtml tabtitle="Standalone" %}
@@ -156,7 +156,7 @@ The [formFieldDoubleClick](https://help.syncfusion.com/cr/aspnetcore-js2/syncfus
156
156
157
157
## formFieldFocusOut event
158
158
159
-
The [formFieldFocusOut](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldFocusOut/) event is triggered when a form field loses focus. The event arguments provide details about the field that lost focus.
159
+
The [formFieldFocusOut](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldFocusOut) event is triggered when a form field loses focus. The event arguments provide details about the field that lost focus.
160
160
161
161
{% tabs %}
162
162
{% highlight cshtml tabtitle="Standalone" %}
@@ -198,7 +198,7 @@ The [formFieldFocusOut](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion
198
198
199
199
## formFieldMouseLeave event
200
200
201
-
The [formFieldMouseLeave](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMouseLeave/) event is triggered when the mouse leaves a form field. The event arguments provide details about the mouse leave action.
201
+
The [formFieldMouseLeave](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMouseLeave) event is triggered when the mouse leaves a form field. The event arguments provide details about the mouse leave action.
202
202
203
203
{% tabs %}
204
204
{% highlight cshtml tabtitle="Standalone" %}
@@ -240,7 +240,7 @@ The [formFieldMouseLeave](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusi
240
240
241
241
## formFieldMouseOver event
242
242
243
-
The [formFieldMouseOver](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMouseover/) event is triggered when the mouse hovers over a form field. The event arguments provide details about the mouse over action.
243
+
The [formFieldMouseOver](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMouseover) event is triggered when the mouse hovers over a form field. The event arguments provide details about the mouse over action.
244
244
245
245
{% tabs %}
246
246
{% highlight cshtml tabtitle="Standalone" %}
@@ -286,7 +286,7 @@ The [formFieldMouseOver](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusio
286
286
287
287
## formFieldMove event
288
288
289
-
The [formFieldMove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMove/) event is triggered when a form field is moved. The event arguments provide details about the movement.
289
+
The [formFieldMove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldMove) event is triggered when a form field is moved. The event arguments provide details about the movement.
290
290
291
291
{% tabs %}
292
292
{% highlight cshtml tabtitle="Standalone" %}
@@ -332,7 +332,7 @@ The [formFieldMove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2
332
332
333
333
## formFieldPropertiesChange event
334
334
335
-
The [formFieldPropertiesChange](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldPropertiesChange/) event is triggered when form field properties change. The event arguments indicate which property changed.
335
+
The [formFieldPropertiesChange](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldPropertiesChange) event is triggered when form field properties change. The event arguments indicate which property changed.
336
336
337
337
{% tabs %}
338
338
{% highlight cshtml tabtitle="Standalone" %}
@@ -393,7 +393,7 @@ The [formFieldPropertiesChange](https://help.syncfusion.com/cr/aspnetcore-js2/sy
393
393
394
394
## formFieldRemove event
395
395
396
-
The [formFieldRemove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldRemove/) event is triggered when a form field is removed from the PDF. The event arguments provide details about the removed field.
396
+
The [formFieldRemove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldRemove) event is triggered when a form field is removed from the PDF. The event arguments provide details about the removed field.
397
397
398
398
{% tabs %}
399
399
{% highlight cshtml tabtitle="Standalone" %}
@@ -435,7 +435,7 @@ The [formFieldRemove](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.e
435
435
436
436
## formFieldResize event
437
437
438
-
The [formFieldResize](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldResize/) event is triggered when a form field is resized. The event arguments include current and previous positions.
438
+
The [formFieldResize](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldResize) event is triggered when a form field is resized. The event arguments include current and previous positions.
439
439
440
440
{% tabs %}
441
441
{% highlight cshtml tabtitle="Standalone" %}
@@ -481,7 +481,7 @@ The [formFieldResize](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.e
481
481
482
482
## formFieldSelect event
483
483
484
-
The [formFieldSelect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldSelect/) event is triggered when a form field is selected. The event arguments provide details about the selected field.
484
+
The [formFieldSelect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldSelect) event is triggered when a form field is selected. The event arguments provide details about the selected field.
485
485
486
486
{% tabs %}
487
487
{% highlight cshtml tabtitle="Standalone" %}
@@ -523,7 +523,7 @@ The [formFieldSelect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.e
523
523
524
524
## formFieldUnselect event
525
525
526
-
The [formFieldUnselect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldUnselect/) event is triggered when a form field is unselected. The event arguments provide details about the unselected field.
526
+
The [formFieldUnselect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_FormFieldUnselect) event is triggered when a form field is unselected. The event arguments provide details about the unselected field.
527
527
528
528
{% tabs %}
529
529
{% highlight cshtml tabtitle="Standalone" %}
@@ -565,7 +565,7 @@ The [formFieldUnselect](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion
565
565
566
566
## validateFormFields event
567
567
568
-
The [validateFormFields](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_ValidateFormFields/) event is triggered when required form fields are left unfilled before downloading or printing the PDF. The event arguments include details about the incomplete fields.
568
+
The [validateFormFields](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.pdfviewer.pdfviewer.html#Syncfusion_EJ2_PdfViewer_PdfViewer_ValidateFormFields) event is triggered when required form fields are left unfilled before downloading or printing the PDF. The event arguments include details about the incomplete fields.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/asp-net-core/getting-started-with-server-backed.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -427,5 +427,5 @@ N> For hosting the web service on Linux, include [SkiaSharp.NativeAssets.Linux](
427
427
428
428
## See also
429
429
430
-
*[Getting Started with Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core using Razor Pages](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/razor-pages/)
430
+
*[Getting Started with Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core using Razor Pages](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/razor-pages)
431
431
*[Getting Started with Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core MVC using Tag Helper](https://ej2.syncfusion.com/aspnetcore/documentation/getting-started/aspnet-core-mvc-taghelper)
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/asp-net-core/getting-started.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,5 +189,4 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/ASP-NET-Core-Ge
189
189
190
190
## See also
191
191
192
-
*[Getting started with Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core using Razor Pages](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/asp-net-core/getting-started/razor-pages/)
193
-
*[Getting started with Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core MVC using Tag Helper](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/asp-net-core/getting-started/aspnet-core-mvc-taghelper)
192
+
*[Getting started with Syncfusion<supstyle="font-size:70%">®</sup> ASP.NET Core using Razor Pages](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/asp-net-core/getting-started/razor-pages)
0 commit comments