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/react/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
@@ -36,11 +36,11 @@ The PDF Viewer raises events for annotation and signature interactions (add, rem
36
36
37
37
### annotationAdd
38
38
39
-
The [annotationAdd](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#annotationaddevent) event is triggered when an annotation is added to a PDF document's page.
39
+
The [annotationAdd](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#annotationaddevent) event is triggered when an annotation is added to a PDF document's page.
40
40
41
41
#### Event Arguments
42
42
43
-
For event data, see [AnnotationAddEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationAddEventArgs/). It provides properties such as `annotationId`, `pageNumber`, `annotationType`, and `bounds`.
43
+
For event data, see [AnnotationAddEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationAddEventArgs). It provides properties such as `annotationId`, `pageNumber`, `annotationType`, and `bounds`.
44
44
45
45
The following example illustrates how to handle the `annotationAdd` event.
46
46
@@ -112,11 +112,11 @@ export default App;
112
112
113
113
### annotationDoubleClick
114
114
115
-
The [annotationDoubleClick](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#annotationdoubleclickevent) event is triggered when an annotation is double-clicked.
115
+
The [annotationDoubleClick](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#annotationdoubleclickevent) event is triggered when an annotation is double-clicked.
116
116
117
117
#### Event Arguments
118
118
119
-
For event data, see [AnnotationDoubleClickEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationDoubleClickEventArgs/).
119
+
For event data, see [AnnotationDoubleClickEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationDoubleClickEventArgs).
120
120
121
121
The following example illustrates how to handle the `annotationDoubleClick` event.
122
122
@@ -187,11 +187,11 @@ export default App;
187
187
188
188
### annotationMouseLeave
189
189
190
-
The [annotationMouseLeave](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#annotationmouseleaveevent) event is triggered when the user's mouse pointer moves away from an annotation object.
190
+
The [annotationMouseLeave](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#annotationmouseleaveevent) event is triggered when the user's mouse pointer moves away from an annotation object.
191
191
192
192
#### Event Arguments
193
193
194
-
For event data, see [AnnotationMouseLeaveEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationMouseLeaveEventArgs/).
194
+
For event data, see [AnnotationMouseLeaveEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationMouseLeaveEventArgs).
195
195
196
196
The following example illustrates how to handle the `annotationMouseLeave` event.
197
197
@@ -262,11 +262,11 @@ export default App;
262
262
263
263
### annotationMouseover
264
264
265
-
The [annotationMouseover](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#annotationmouseoverevent) event is triggered when the mouse is moved over an annotation object.
265
+
The [annotationMouseover](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#annotationmouseoverevent) event is triggered when the mouse is moved over an annotation object.
266
266
267
267
#### Event Arguments
268
268
269
-
For event data, see [AnnotationMouseOverEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationMouseOverEventArgs/).
269
+
For event data, see [AnnotationMouseOverEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationMouseOverEventArgs).
270
270
271
271
The following example illustrates how to handle the `annotationMouseover` event.
272
272
@@ -337,11 +337,11 @@ export default App;
337
337
338
338
### annotationMove
339
339
340
-
The [annotationMove](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#annotationmoveevent) event is triggered when an annotation is moved over the page of the PDF document.
340
+
The [annotationMove](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#annotationmoveevent) event is triggered when an annotation is moved over the page of the PDF document.
341
341
342
342
#### Event Arguments
343
343
344
-
For event data, see [AnnotationMoveEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationMoveEventArgs/).
344
+
For event data, see [AnnotationMoveEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationMoveEventArgs).
345
345
346
346
The following example illustrates how to handle the `annotationMove` event.
347
347
@@ -412,11 +412,11 @@ export default App;
412
412
413
413
### annotationMoving
414
414
415
-
The [annotationMoving](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#annotationmovingevent) event is triggered while an annotation is being moved.
415
+
The [annotationMoving](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#annotationmovingevent) event is triggered while an annotation is being moved.
416
416
417
417
#### Event Arguments
418
418
419
-
For event data, see [AnnotationMovingEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationMovingEventArgs/).
419
+
For event data, see [AnnotationMovingEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationMovingEventArgs).
420
420
421
421
The following example illustrates how to handle the `annotationMoving` event.
422
422
@@ -487,11 +487,11 @@ export default App;
487
487
488
488
### annotationPropertiesChange
489
489
490
-
The [annotationPropertiesChange](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#annotationpropertieschangeevent) event is triggered when an annotation's property is modified on a PDF document page.
490
+
The [annotationPropertiesChange](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#annotationpropertieschangeevent) event is triggered when an annotation's property is modified on a PDF document page.
491
491
492
492
#### Event Arguments
493
493
494
-
For event data, see [AnnotationPropertiesChangeEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationPropertiesChangeEventArgs/). It provides properties such as `annotationId`, `pageNumber`, and `action`.
494
+
For event data, see [AnnotationPropertiesChangeEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationPropertiesChangeEventArgs). It provides properties such as `annotationId`, `pageNumber`, and `action`.
495
495
496
496
The following example illustrates how to handle the `annotationPropertiesChange` event.
497
497
@@ -563,11 +563,11 @@ export default App;
563
563
564
564
### annotationRemove
565
565
566
-
The [annotationRemove](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#annotationremoveevent) event is triggered when an annotation is removed from a PDF document's page.
566
+
The [annotationRemove](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#annotationremoveevent) event is triggered when an annotation is removed from a PDF document's page.
567
567
568
568
#### Event Arguments
569
569
570
-
For event data, see [AnnotationRemoveEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationRemoveEventArgs/). It provides properties such as `annotationId` and `pageNumber`.
570
+
For event data, see [AnnotationRemoveEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationRemoveEventArgs). It provides properties such as `annotationId` and `pageNumber`.
571
571
572
572
The following example illustrates how to handle the `annotationRemove` event.
573
573
@@ -638,11 +638,11 @@ export default App;
638
638
639
639
### annotationResize
640
640
641
-
The [annotationResize](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#annotationresizeevent) event is triggered when an annotation is resized on a PDF document page.
641
+
The [annotationResize](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#annotationresizeevent) event is triggered when an annotation is resized on a PDF document page.
642
642
643
643
#### Event Arguments
644
644
645
-
For event data, see [AnnotationResizeEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationResizeEventArgs/).
645
+
For event data, see [AnnotationResizeEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationResizeEventArgs).
646
646
647
647
The following example illustrates how to handle the `annotationResize` event.
648
648
@@ -713,11 +713,11 @@ export default App;
713
713
714
714
### annotationSelect
715
715
716
-
The [annotationSelect](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#annotationselectevent) event is triggered when an annotation is selected on a PDF document's page.
716
+
The [annotationSelect](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#annotationselectevent) event is triggered when an annotation is selected on a PDF document's page.
717
717
718
718
#### Event Arguments
719
719
720
-
For event data, see [AnnotationSelectEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationSelectEventArgs/).
720
+
For event data, see [AnnotationSelectEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationSelectEventArgs).
721
721
722
722
The following example illustrates how to handle the `annotationSelect` event.
723
723
@@ -788,11 +788,11 @@ export default App;
788
788
789
789
### annotationUnselect
790
790
791
-
The [annotationUnselect](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#annotationunselectevent) event is triggered when an annotation is unselected from the PDF document's page.
791
+
The [annotationUnselect](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#annotationunselectevent) event is triggered when an annotation is unselected from the PDF document's page.
792
792
793
793
#### Event Arguments
794
794
795
-
For event data, see [AnnotationUnSelectEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationUnSelectEventArgs/).
795
+
For event data, see [AnnotationUnSelectEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotationUnSelectEventArgs).
796
796
797
797
The following example illustrates how to handle the `annotationUnselect` event.
798
798
@@ -863,11 +863,11 @@ export default App;
863
863
864
864
### beforeAddFreeText
865
865
866
-
The [beforeAddFreeText](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#beforeaddfreetextevent) event is triggered before adding a text in the freeText annotation.
866
+
The [beforeAddFreeText](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#beforeaddfreetextevent) event is triggered before adding a text in the freeText annotation.
867
867
868
868
#### Event Arguments
869
869
870
-
For event data, see [BeforeAddFreeTextEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/beforeAddFreeTextEventArgs/).
870
+
For event data, see [BeforeAddFreeTextEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/beforeAddFreeTextEventArgs).
871
871
872
872
The following example illustrates how to handle the `beforeAddFreeText` event.
873
873
@@ -942,11 +942,11 @@ export default App;
942
942
943
943
### addSignature
944
944
945
-
The [addSignature](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#addsignatureevent) event is triggered when a signature is added to a page of a PDF document.
945
+
The [addSignature](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#addsignatureevent) event is triggered when a signature is added to a page of a PDF document.
946
946
947
947
#### Event Arguments
948
948
949
-
For event data, see [AddSignatureEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/addSignatureEventArgs/). It provides properties such as `pageNumber`.
949
+
For event data, see [AddSignatureEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/addSignatureEventArgs). It provides properties such as `pageNumber`.
950
950
951
951
The following example illustrates how to handle the `addSignature` event.
952
952
@@ -1017,11 +1017,11 @@ export default App;
1017
1017
1018
1018
### removeSignature
1019
1019
1020
-
The [removeSignature](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#removesignatureevent) event is triggered when the signature is removed from the page of a PDF document.
1020
+
The [removeSignature](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#removesignatureevent) event is triggered when the signature is removed from the page of a PDF document.
1021
1021
1022
1022
#### Event Arguments
1023
1023
1024
-
For event data, see [RemoveSignatureEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/removeSignatureEventArgs/). It provides properties such as `pageNumber`.
1024
+
For event data, see [RemoveSignatureEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/removeSignatureEventArgs). It provides properties such as `pageNumber`.
1025
1025
1026
1026
The following example illustrates how to handle the `removeSignature` event.
1027
1027
@@ -1092,11 +1092,11 @@ export default App;
1092
1092
1093
1093
### resizeSignature
1094
1094
1095
-
The [resizeSignature](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#resizesignatureevent) event is triggered when the signature is resized and placed on a page of a PDF document.
1095
+
The [resizeSignature](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#resizesignatureevent) event is triggered when the signature is resized and placed on a page of a PDF document.
1096
1096
1097
1097
#### Event Arguments
1098
1098
1099
-
For event data, see [ResizeSignatureEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/resizeSignatureEventArgs/).
1099
+
For event data, see [ResizeSignatureEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/resizeSignatureEventArgs).
1100
1100
1101
1101
The following example illustrates how to handle the `resizeSignature` event.
1102
1102
@@ -1167,11 +1167,11 @@ export default App;
1167
1167
1168
1168
### signaturePropertiesChange
1169
1169
1170
-
The [signaturePropertiesChange](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#signaturepropertieschangeevent) event is triggered when the property of the signature is changed in the page of the PDF document.
1170
+
The [signaturePropertiesChange](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#signaturepropertieschangeevent) event is triggered when the property of the signature is changed in the page of the PDF document.
1171
1171
1172
1172
#### Event Arguments
1173
1173
1174
-
For event data, see [SignaturePropertiesChangeEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/signaturePropertiesChangeEventArgs/).
1174
+
For event data, see [SignaturePropertiesChangeEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/signaturePropertiesChangeEventArgs).
1175
1175
1176
1176
The following example illustrates how to handle the `signaturePropertiesChange` event.
1177
1177
@@ -1242,11 +1242,11 @@ export default App;
1242
1242
1243
1243
### signatureSelect
1244
1244
1245
-
The [signatureSelect](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#signatureselectevent) event is triggered when signature is selected over the page of the PDF document.
1245
+
The [signatureSelect](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#signatureselectevent) event is triggered when signature is selected over the page of the PDF document.
1246
1246
1247
1247
#### Event Arguments
1248
1248
1249
-
For event data, see [SignatureSelectEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/signatureSelectEventArgs/).
1249
+
For event data, see [SignatureSelectEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/signatureSelectEventArgs).
1250
1250
1251
1251
The following example illustrates how to handle the `signatureSelect` event.
1252
1252
@@ -1317,11 +1317,11 @@ export default App;
1317
1317
1318
1318
### signatureUnselect
1319
1319
1320
-
The [signatureUnselect](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/#signatureunselectevent) event is triggered when signature is unselected over the page of the PDF document.
1320
+
The [signatureUnselect](https://ej2.syncfusion.com/react/documentation/api/pdfviewer#signatureunselectevent) event is triggered when signature is unselected over the page of the PDF document.
1321
1321
1322
1322
#### Event Arguments
1323
1323
1324
-
For event data, see [SignatureUnSelectEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/signatureUnSelectEventArgs/).
1324
+
For event data, see [SignatureUnSelectEventArgs](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/signatureUnSelectEventArgs).
1325
1325
1326
1326
The following example illustrates how to handle the `signatureUnselect` event.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/react/annotation/free-text-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
@@ -103,7 +103,7 @@ root.render(<App />);
103
103
104
104
## Add a free-text annotation programmatically
105
105
106
-
You can add a free-text annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation/#annotation) method.
106
+
You can add a free-text annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation#annotation) method.
107
107
108
108
Example: add a free-text annotation using `addAnnotation()`.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/react/annotation/ink-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
@@ -105,7 +105,7 @@ root.render(<App />);
105
105
106
106
## Add an ink annotation programmatically to the PDF document
107
107
108
-
The PDF Viewer library allows adding an ink annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation/#annotation) method.
108
+
The PDF Viewer library allows adding an ink annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation#annotation) method.
109
109
110
110
The following examples demonstrate how to add an ink annotation programmatically using `addAnnotation()`.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/react/annotation/measurement-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
@@ -111,7 +111,7 @@ root.render(<App />);
111
111
112
112
## Add a measurement annotation to the PDF document programmatically
113
113
114
-
The PDF Viewer library allows adding measurement annotations programmatically using the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation/#annotation) method.
114
+
The PDF Viewer library allows adding measurement annotations programmatically using the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation#annotation) method.
115
115
116
116
The following examples demonstrate how to add measurement annotations programmatically using `addAnnotation()`.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/react/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
@@ -178,7 +178,7 @@ root.render(<App />);
178
178
179
179
## Add a handwritten signature programmatically to the PDF document
180
180
181
-
The PDF Viewer API supports programmatic creation of handwritten signatures via the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation/#addannotation) method.
181
+
The PDF Viewer API supports programmatic creation of handwritten signatures via the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation#addannotation) method.
182
182
183
183
The examples below demonstrate how to add handwritten signatures programmatically using `addAnnotation()`.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/react/annotation/stamp-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
@@ -142,7 +142,7 @@ Only JPG and JPEG image formats are supported for custom stamp annotations.
142
142
143
143
## Add a stamp annotation programmatically
144
144
145
-
Use the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation/#annotation) method to add stamp annotations programmatically.
145
+
Use the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation#annotation) method to add stamp annotations programmatically.
146
146
147
147
The examples below demonstrate using `addAnnotation()` to create stamp annotations.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/react/annotation/sticky-notes-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
@@ -27,7 +27,7 @@ Annotation comments are added using the comment panel.
27
27
28
28
## Add a sticky note annotation to the PDF document programmatically
29
29
30
-
Use the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation/#annotation) method to add a sticky note annotation programmatically.
30
+
Use the [addAnnotation()](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/annotation#annotation) method to add a sticky note annotation programmatically.
31
31
32
32
The following example demonstrates using `addAnnotation()` to create a sticky note annotation.
0 commit comments