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/angular/annotation/annotation-event.md
+36-36Lines changed: 36 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,11 @@ The annotation events supported by the PDF Viewer control are:
37
37
38
38
### annotationAdd
39
39
40
-
The [annotationAdd](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationadd) event triggers when an annotation is added to the PDF Viewer.
40
+
The [annotationAdd](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationadd) event triggers when an annotation is added to the PDF Viewer.
41
41
42
42
#### Event Arguments
43
43
44
-
For event data, see [AnnotationAddEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationaddeventargs/). It provides properties such as `annotationId`, `pageNumber`, `annotationType`, and `bounds`.
44
+
For event data, see [AnnotationAddEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationaddeventargs). It provides properties such as `annotationId`, `pageNumber`, `annotationType`, and `bounds`.
45
45
46
46
The following example illustrates how to handle the `annotationAdd` event.
47
47
@@ -126,11 +126,11 @@ export class AppComponent {
126
126
127
127
### annotationDoubleClick
128
128
129
-
The [annotationDoubleClick](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationdoubleclick) event triggers when an annotation is double-clicked.
129
+
The [annotationDoubleClick](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationdoubleclick) event triggers when an annotation is double-clicked.
130
130
131
131
#### Event Arguments
132
132
133
-
For event data, see [AnnotationDoubleClickEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationDoubleClickEventArgs/).
133
+
For event data, see [AnnotationDoubleClickEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationDoubleClickEventArgs).
134
134
135
135
The following example illustrates how to handle the `annotationDoubleClick` event.
136
136
@@ -217,11 +217,11 @@ export class AppComponent {
217
217
218
218
### annotationMouseLeave
219
219
220
-
The [annotationMouseLeave](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationmouseleave) event triggers when the mouse cursor leaves an annotation.
220
+
The [annotationMouseLeave](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationmouseleave) event triggers when the mouse cursor leaves an annotation.
221
221
222
222
#### Event Arguments
223
223
224
-
For event data, see [AnnotationMouseLeaveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMouseLeaveEventArgs/).
224
+
For event data, see [AnnotationMouseLeaveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMouseLeaveEventArgs).
225
225
226
226
The following example illustrates how to handle the `annotationMouseLeave` event.
227
227
@@ -307,11 +307,11 @@ export class AppComponent {
307
307
308
308
### annotationMouseover
309
309
310
-
The [annotationMouseover](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationmouseover) event triggers when the mouse cursor moves over an annotation.
310
+
The [annotationMouseover](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationmouseover) event triggers when the mouse cursor moves over an annotation.
311
311
312
312
#### Event Arguments
313
313
314
-
For event data, see [AnnotationMouseOverEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMouseOverEventArgs/).
314
+
For event data, see [AnnotationMouseOverEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMouseOverEventArgs).
315
315
316
316
The following example illustrates how to handle the `annotationMouseover` event.
317
317
@@ -389,11 +389,11 @@ export class AppComponent implements OnInit {
389
389
390
390
### annotationMove
391
391
392
-
The [annotationMove](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationmove) event triggers when an annotation is moved.
392
+
The [annotationMove](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationmove) event triggers when an annotation is moved.
393
393
394
394
#### Event Arguments
395
395
396
-
For event data, see [AnnotationMoveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMoveEventArgs/).
396
+
For event data, see [AnnotationMoveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMoveEventArgs).
397
397
398
398
The following example illustrates how to handle the `annotationMove` event.
399
399
@@ -472,11 +472,11 @@ export class AppComponent implements OnInit {
472
472
473
473
### annotationMoving
474
474
475
-
The [annotationMoving](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationmoving) event triggers while an annotation is being moved.
475
+
The [annotationMoving](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationmoving) event triggers while an annotation is being moved.
476
476
477
477
#### Event Arguments
478
478
479
-
For event data, see [AnnotationMovingEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMovingEventArgs/).
479
+
For event data, see [AnnotationMovingEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationMovingEventArgs).
480
480
481
481
The following example illustrates how to handle the `annotationMoving` event.
482
482
@@ -555,11 +555,11 @@ export class AppComponent implements OnInit {
555
555
556
556
### annotationPropertiesChange
557
557
558
-
The [annotationPropertiesChange](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationpropertieschange) event triggers when an annotation’s properties are changed.
558
+
The [annotationPropertiesChange](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationpropertieschange) event triggers when an annotation’s properties are changed.
559
559
560
560
#### Event Arguments
561
561
562
-
For event data, see [AnnotationPropertiesChangeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationPropertiesChangeEventArgs/). It provides properties such as `annotationId`, `pageNumber`, and `action`.
562
+
For event data, see [AnnotationPropertiesChangeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationPropertiesChangeEventArgs). It provides properties such as `annotationId`, `pageNumber`, and `action`.
563
563
564
564
The following example illustrates how to handle the `annotationPropertiesChange` event.
565
565
@@ -640,11 +640,11 @@ export class AppComponent implements OnInit {
640
640
641
641
### annotationRemove
642
642
643
-
The [annotationRemove](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationremove) event triggers when an annotation is removed.
643
+
The [annotationRemove](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationremove) event triggers when an annotation is removed.
644
644
645
645
#### Event Arguments
646
646
647
-
For event data, see [AnnotationRemoveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationRemoveEventArgs/). It provides properties such as `annotationId` and `pageNumber`.
647
+
For event data, see [AnnotationRemoveEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationRemoveEventArgs). It provides properties such as `annotationId` and `pageNumber`.
648
648
649
649
The following example illustrates how to handle the `annotationRemove` event.
650
650
@@ -723,11 +723,11 @@ export class AppComponent implements OnInit {
723
723
724
724
### annotationResize
725
725
726
-
The [annotationResize](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationresize) event triggers when an annotation is resized.
726
+
The [annotationResize](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationresize) event triggers when an annotation is resized.
727
727
728
728
#### Event Arguments
729
729
730
-
For event data, see [AnnotationResizeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationResizeEventArgs/).
730
+
For event data, see [AnnotationResizeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationResizeEventArgs).
731
731
732
732
The following example illustrates how to handle the `annotationResize` event.
733
733
@@ -806,11 +806,11 @@ export class AppComponent implements OnInit {
806
806
807
807
### annotationSelect
808
808
809
-
The [annotationSelect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationselect) event triggers when an annotation is selected.
809
+
The [annotationSelect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationselect) event triggers when an annotation is selected.
810
810
811
811
#### Event Arguments
812
812
813
-
For event data, see [AnnotationSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationSelectEventArgs/).
813
+
For event data, see [AnnotationSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationSelectEventArgs).
814
814
815
815
The following example illustrates how to handle the `annotationSelect` event.
816
816
@@ -889,11 +889,11 @@ export class AppComponent implements OnInit {
889
889
890
890
### annotationUnselect
891
891
892
-
The [annotationUnselect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#annotationunselect) event triggers when an annotation is unselected.
892
+
The [annotationUnselect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#annotationunselect) event triggers when an annotation is unselected.
893
893
894
894
#### Event Arguments
895
895
896
-
For event data, see [AnnotationUnSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationUnSelectEventArgs/).
896
+
For event data, see [AnnotationUnSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/annotationUnSelectEventArgs).
897
897
898
898
The following example illustrates how to handle the `annotationUnselect` event.
899
899
@@ -970,11 +970,11 @@ export class AppComponent implements OnInit {
970
970
971
971
### beforeAddFreeText
972
972
973
-
The [beforeAddFreeText](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#beforeaddfreetext) event triggers before adding free text to the PDF Viewer.
973
+
The [beforeAddFreeText](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#beforeaddfreetext) event triggers before adding free text to the PDF Viewer.
974
974
975
975
#### Event Arguments
976
976
977
-
For event data, see [BeforeAddFreeTextEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/beforeAddFreeTextEventArgs/).
977
+
For event data, see [BeforeAddFreeTextEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/beforeAddFreeTextEventArgs).
978
978
979
979
The following example illustrates how to handle the `beforeAddFreeText` event.
980
980
@@ -1056,11 +1056,11 @@ export class AppComponent implements OnInit {
1056
1056
1057
1057
### addSignature
1058
1058
1059
-
The [addSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#addsignature) event triggers when a signature is added to the PDF Viewer.
1059
+
The [addSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#addsignature) event triggers when a signature is added to the PDF Viewer.
1060
1060
1061
1061
#### Event Arguments
1062
1062
1063
-
For event data, see [AddSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/addSignatureEventArgs/). It provides properties such as `pageNumber`.
1063
+
For event data, see [AddSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/addSignatureEventArgs). It provides properties such as `pageNumber`.
1064
1064
1065
1065
The following example illustrates how to handle the `addSignature` event.
1066
1066
@@ -1137,11 +1137,11 @@ export class AppComponent implements OnInit {
1137
1137
1138
1138
### removeSignature
1139
1139
1140
-
The [removeSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#removesignature) event triggers when a signature is removed from the PDF Viewer.
1140
+
The [removeSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#removesignature) event triggers when a signature is removed from the PDF Viewer.
1141
1141
1142
1142
#### Event Arguments
1143
1143
1144
-
For event data, see [RemoveSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/removeSignatureEventArgs/). It provides properties such as `pageNumber`.
1144
+
For event data, see [RemoveSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/removeSignatureEventArgs). It provides properties such as `pageNumber`.
1145
1145
1146
1146
The following example illustrates how to handle the `removeSignature` event.
1147
1147
@@ -1217,11 +1217,11 @@ export class AppComponent implements OnInit {
1217
1217
1218
1218
### resizeSignature
1219
1219
1220
-
The [resizeSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#resizesignature) event triggers when a signature is resized in the PDF Viewer.
1220
+
The [resizeSignature](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#resizesignature) event triggers when a signature is resized in the PDF Viewer.
1221
1221
1222
1222
#### Event Arguments
1223
1223
1224
-
For event data, see [ResizeSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/resizeSignatureEventArgs/).
1224
+
For event data, see [ResizeSignatureEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/resizeSignatureEventArgs).
1225
1225
1226
1226
The following example illustrates how to handle the `resizeSignature` event.
1227
1227
@@ -1298,11 +1298,11 @@ export class AppComponent implements OnInit {
1298
1298
1299
1299
### signaturePropertiesChange
1300
1300
1301
-
The [signaturePropertiesChange](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#signaturepropertieschange) event triggers when signature properties are changed in the PDF Viewer.
1301
+
The [signaturePropertiesChange](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#signaturepropertieschange) event triggers when signature properties are changed in the PDF Viewer.
1302
1302
1303
1303
#### Event Arguments
1304
1304
1305
-
For event data, see [SignaturePropertiesChangeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signaturePropertiesChangeEventArgs/).
1305
+
For event data, see [SignaturePropertiesChangeEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signaturePropertiesChangeEventArgs).
1306
1306
1307
1307
The following example illustrates how to handle the `signaturePropertiesChange` event.
1308
1308
@@ -1378,11 +1378,11 @@ export class AppComponent implements OnInit {
1378
1378
1379
1379
### signatureSelect
1380
1380
1381
-
The [signatureSelect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#signatureselect) event triggers when a signature is selected in the PDF Viewer.
1381
+
The [signatureSelect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#signatureselect) event triggers when a signature is selected in the PDF Viewer.
1382
1382
1383
1383
#### Event Arguments
1384
1384
1385
-
For event data, see [SignatureSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signatureSelectEventArgs/).
1385
+
For event data, see [SignatureSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signatureSelectEventArgs).
1386
1386
1387
1387
The following example illustrates how to handle the `signatureSelect` event.
1388
1388
@@ -1460,11 +1460,11 @@ export class AppComponent implements OnInit {
1460
1460
1461
1461
### signatureUnselect
1462
1462
1463
-
The [signatureUnselect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/#signatureunselect) event triggers when a signature is unselected in the PDF Viewer.
1463
+
The [signatureUnselect](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer#signatureunselect) event triggers when a signature is unselected in the PDF Viewer.
1464
1464
1465
1465
#### Event Arguments
1466
1466
1467
-
For event data, see [SignatureUnSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signatureUnSelectEventArgs/).
1467
+
For event data, see [SignatureUnSelectEventArgs](https://ej2.syncfusion.com/angular/documentation/api/pdfviewer/signatureUnSelectEventArgs).
1468
1468
1469
1469
The following example illustrates how to handle the `signatureUnselect` event.
0 commit comments