Skip to content

Commit cd3af16

Browse files
996394: Resolved CI failures for Annotation Revamp
1 parent cefd784 commit cd3af16

5 files changed

Lines changed: 60 additions & 40 deletions

File tree

Document-Processing-toc.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1439,6 +1439,26 @@
14391439
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/annotation-types/volume-annotation">Volume Annotation</a></li>
14401440
</ul>
14411441
</li>
1442+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/create-modify-annotation">Create and modify Annotation</a></li>
1443+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/customize-annotation">Customize Annotation</a></li>
1444+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/delete-annotation">Remove Annotation</a></li>
1445+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/annotation-permission">Annotation Permission</a></li>
1446+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/signature-annotation">Handwritten Signature</a></li>
1447+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/line-angle-constraints">Line Angle Constraint</a></li>
1448+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/custom-data">Adding custom Data in annotations</a></li>
1449+
<li>Export and Import Annotations
1450+
<ul>
1451+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/export-import/export-annotation">Export Annotation</a></li>
1452+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/export-import/import-annotation">Import Annotation</a></li>
1453+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/export-import/export-import-events">Export and Import Events</a></li>
1454+
</ul>
1455+
</li>
1456+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/comments">Comments and Replies</a></li>
1457+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/annotation-event">Annotation Events</a></li>
1458+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/custom-tools">Custom tools</a></li>
1459+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/toolbar-customization/annotation-toolbar">Annotation Toolbar</a></li>
1460+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/annotations-in-mobile-view">Annotation in Mobile View</a></li>
1461+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/annotations/annotations-api">APIs</a></li>
14421462
</ul>
14431463
</li>
14441464
<li>Redaction

Document-Processing/PDF/PDF-Viewer/javascript-es6/annotations/annotation-event.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ The PDF Viewer component triggers various events based on user interactions and
3636

3737
### annotationAdd
3838

39-
The [annotationAdd](https://ej2.syncfusion.com/javascript/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/javascript/documentation/api/pdfviewer#annotationaddevent) event is triggered when an annotation is added to a PDF document's page.
4040

4141
#### Event Arguments
4242

43-
For event data, see [AnnotationAddEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationAddEventArgs/). It provides properties such as `annotationId`, `pageNumber`, `annotationType`, and `bounds`.
43+
For event data, see [AnnotationAddEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationAddEventArgs). It provides properties such as `annotationId`, `pageNumber`, `annotationType`, and `bounds`.
4444

4545
The following example illustrates how to handle the `annotationAdd` event.
4646

@@ -90,11 +90,11 @@ viewer.appendTo('#pdfViewer');
9090

9191
### annotationDoubleClick
9292

93-
The [annotationDoubleClick](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#annotationdoubleclickevent) event is triggered when an annotation is double-clicked.
93+
The [annotationDoubleClick](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#annotationdoubleclickevent) event is triggered when an annotation is double-clicked.
9494

9595
#### Event Arguments
9696

97-
For event data, see [AnnotationDoubleClickEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationDoubleClickEventArgs/).
97+
For event data, see [AnnotationDoubleClickEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationDoubleClickEventArgs).
9898

9999
The following example illustrates how to handle the `annotationDoubleClick` event.
100100

@@ -142,11 +142,11 @@ viewer.appendTo('#pdfViewer');
142142

143143
### annotationMouseLeave
144144

145-
The [annotationMouseLeave](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#annotationmouseleaveevent) event is triggered when the user's mouse pointer moves away from an annotation object.
145+
The [annotationMouseLeave](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#annotationmouseleaveevent) event is triggered when the user's mouse pointer moves away from an annotation object.
146146

147147
#### Event Arguments
148148

149-
For event data, see [AnnotationMouseLeaveEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationMouseLeaveEventArgs/).
149+
For event data, see [AnnotationMouseLeaveEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationMouseLeaveEventArgs).
150150

151151
The following example illustrates how to handle the `annotationMouseLeave` event.
152152

@@ -194,11 +194,11 @@ viewer.appendTo('#pdfViewer');
194194

195195
### annotationMouseover
196196

197-
The [annotationMouseover](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#annotationmouseoverevent) event is triggered when the mouse is moved over an annotation object.
197+
The [annotationMouseover](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#annotationmouseoverevent) event is triggered when the mouse is moved over an annotation object.
198198

199199
#### Event Arguments
200200

201-
For event data, see [AnnotationMouseOverEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationMouseOverEventArgs/).
201+
For event data, see [AnnotationMouseOverEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationMouseOverEventArgs).
202202

203203
The following example illustrates how to handle the `annotationMouseover` event.
204204

@@ -247,11 +247,11 @@ viewer.appendTo('#pdfViewer');
247247

248248
### annotationMove
249249

250-
The [annotationMove](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#annotationmoveevent) event is triggered when an annotation is moved over the page of the PDF document.
250+
The [annotationMove](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#annotationmoveevent) event is triggered when an annotation is moved over the page of the PDF document.
251251

252252
#### Event Arguments
253253

254-
For event data, see [AnnotationMoveEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationMoveEventArgs/).
254+
For event data, see [AnnotationMoveEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationMoveEventArgs).
255255

256256
The following example illustrates how to handle the `annotationMove` event.
257257

@@ -300,11 +300,11 @@ viewer.appendTo('#pdfViewer');
300300

301301
### annotationMoving
302302

303-
The [annotationMoving](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#annotationmovingevent) event is triggered while an annotation is being moved.
303+
The [annotationMoving](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#annotationmovingevent) event is triggered while an annotation is being moved.
304304

305305
#### Event Arguments
306306

307-
For event data, see [AnnotationMovingEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationMovingEventArgs/).
307+
For event data, see [AnnotationMovingEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationMovingEventArgs).
308308

309309
The following example illustrates how to handle the `annotationMoving` event.
310310

@@ -353,11 +353,11 @@ viewer.appendTo('#pdfViewer');
353353

354354
### annotationPropertiesChange
355355

356-
The [annotationPropertiesChange](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#annotationpropertieschangeevent) event is triggered when an annotation's property is modified on a PDF document page.
356+
The [annotationPropertiesChange](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#annotationpropertieschangeevent) event is triggered when an annotation's property is modified on a PDF document page.
357357

358358
#### Event Arguments
359359

360-
For event data, see [AnnotationPropertiesChangeEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationPropertiesChangeEventArgs/). It provides properties such as `annotationId`, `pageNumber`, and `action`.
360+
For event data, see [AnnotationPropertiesChangeEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationPropertiesChangeEventArgs). It provides properties such as `annotationId`, `pageNumber`, and `action`.
361361

362362
The following example illustrates how to handle the `annotationPropertiesChange` event.
363363

@@ -406,11 +406,11 @@ viewer.appendTo('#pdfViewer');
406406

407407
### annotationRemove
408408

409-
The [annotationRemove](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#annotationremoveevent) event is triggered when an annotation is removed from a PDF document's page.
409+
The [annotationRemove](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#annotationremoveevent) event is triggered when an annotation is removed from a PDF document's page.
410410

411411
#### Event Arguments
412412

413-
For event data, see [AnnotationRemoveEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationRemoveEventArgs/). It provides properties such as `annotationId` and `pageNumber`.
413+
For event data, see [AnnotationRemoveEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationRemoveEventArgs). It provides properties such as `annotationId` and `pageNumber`.
414414

415415
The following example illustrates how to handle the `annotationRemove` event.
416416

@@ -459,11 +459,11 @@ viewer.appendTo('#pdfViewer');
459459

460460
### annotationResize
461461

462-
The [annotationResize](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#annotationresizeevent) event is triggered when an annotation is resized on a PDF document page.
462+
The [annotationResize](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#annotationresizeevent) event is triggered when an annotation is resized on a PDF document page.
463463

464464
#### Event Arguments
465465

466-
For event data, see [AnnotationResizeEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationResizeEventArgs/).
466+
For event data, see [AnnotationResizeEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationResizeEventArgs).
467467

468468
The following example illustrates how to handle the `annotationResize` event.
469469

@@ -512,11 +512,11 @@ viewer.appendTo('#pdfViewer');
512512

513513
### annotationSelect
514514

515-
The [annotationSelect](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#annotationselectevent) event is triggered when an annotation is selected on a PDF document's page.
515+
The [annotationSelect](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#annotationselectevent) event is triggered when an annotation is selected on a PDF document's page.
516516

517517
#### Event Arguments
518518

519-
For event data, see [AnnotationSelectEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationSelectEventArgs/).
519+
For event data, see [AnnotationSelectEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationSelectEventArgs).
520520

521521
The following example illustrates how to handle the `annotationSelect` event.
522522

@@ -565,11 +565,11 @@ viewer.appendTo('#pdfViewer');
565565

566566
### annotationUnselect
567567

568-
The [annotationUnselect](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#annotationunselectevent) event is triggered when an annotation is unselected from the PDF document's page.
568+
The [annotationUnselect](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#annotationunselectevent) event is triggered when an annotation is unselected from the PDF document's page.
569569

570570
#### Event Arguments
571571

572-
For event data, see [AnnotationUnSelectEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationUnSelectEventArgs/).
572+
For event data, see [AnnotationUnSelectEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/annotationUnSelectEventArgs).
573573

574574
The following example illustrates how to handle the `annotationUnselect` event.
575575

@@ -618,11 +618,11 @@ viewer.appendTo('#pdfViewer');
618618

619619
### beforeAddFreeText
620620

621-
The [beforeAddFreeText](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#beforeaddfreetextevent) event is triggered before adding a text in the freeText annotation.
621+
The [beforeAddFreeText](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#beforeaddfreetextevent) event is triggered before adding a text in the freeText annotation.
622622

623623
#### Event Arguments
624624

625-
For event data, see [BeforeAddFreeTextEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/beforeAddFreeTextEventArgs/).
625+
For event data, see [BeforeAddFreeTextEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/beforeAddFreeTextEventArgs).
626626

627627
The following example illustrates how to handle the `beforeAddFreeText` event.
628628

@@ -675,11 +675,11 @@ viewer.appendTo('#pdfViewer');
675675

676676
### addSignature
677677

678-
The [addSignature](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#addsignatureevent) event is triggered when a signature is added to a page of a PDF document.
678+
The [addSignature](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#addsignatureevent) event is triggered when a signature is added to a page of a PDF document.
679679

680680
#### Event Arguments
681681

682-
For event data, see [AddSignatureEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/addSignatureEventArgs/). It provides properties such as `pageNumber`.
682+
For event data, see [AddSignatureEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/addSignatureEventArgs). It provides properties such as `pageNumber`.
683683

684684
The following example illustrates how to handle the `addSignature` event.
685685

@@ -728,11 +728,11 @@ viewer.appendTo('#pdfViewer');
728728

729729
### removeSignature
730730

731-
The [removeSignature](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#removesignatureevent) event is triggered when the signature is removed from the page of a PDF document.
731+
The [removeSignature](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#removesignatureevent) event is triggered when the signature is removed from the page of a PDF document.
732732

733733
#### Event Arguments
734734

735-
For event data, see [RemoveSignatureEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/removeSignatureEventArgs/). It provides properties such as `pageNumber`.
735+
For event data, see [RemoveSignatureEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/removeSignatureEventArgs). It provides properties such as `pageNumber`.
736736

737737
The following example illustrates how to handle the `removeSignature` event.
738738

@@ -781,11 +781,11 @@ viewer.appendTo('#pdfViewer');
781781

782782
### resizeSignature
783783

784-
The [resizeSignature](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#resizesignatureevent) event is triggered when the signature is resized and placed on a page of a PDF document.
784+
The [resizeSignature](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#resizesignatureevent) event is triggered when the signature is resized and placed on a page of a PDF document.
785785

786786
#### Event Arguments
787787

788-
For event data, see [ResizeSignatureEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/resizeSignatureEventArgs/).
788+
For event data, see [ResizeSignatureEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/resizeSignatureEventArgs).
789789

790790
The following example illustrates how to handle the `resizeSignature` event.
791791

@@ -834,11 +834,11 @@ viewer.appendTo('#pdfViewer');
834834

835835
### signaturePropertiesChange
836836

837-
The [signaturePropertiesChange](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#signaturepropertieschangeevent) event is triggered when the property of the signature is changed in the page of the PDF document.
837+
The [signaturePropertiesChange](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#signaturepropertieschangeevent) event is triggered when the property of the signature is changed in the page of the PDF document.
838838

839839
#### Event Arguments
840840

841-
For event data, see [SignaturePropertiesChangeEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/signaturePropertiesChangeEventArgs/).
841+
For event data, see [SignaturePropertiesChangeEventArgs](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/signaturePropertiesChangeEventArgs).
842842

843843
The following example illustrates how to handle the `signaturePropertiesChange` event.
844844

@@ -887,11 +887,11 @@ viewer.appendTo('#pdfViewer');
887887

888888
### signatureSelect
889889

890-
The [signatureSelect](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#signatureselectevent) event is triggered when signature is selected over the page of the PDF document.
890+
The [signatureSelect](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#signatureselectevent) event is triggered when signature is selected over the page of the PDF document.
891891

892892
#### Event Arguments
893893

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

896896
The following example illustrates how to handle the `signatureSelect` event.
897897

@@ -940,11 +940,11 @@ viewer.appendTo('#pdfViewer');
940940

941941
### signatureUnselect
942942

943-
The [signatureUnselect](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/#signatureunselectevent) event is triggered when signature is unselected over the page of the PDF document.
943+
The [signatureUnselect](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer#signatureunselectevent) event is triggered when signature is unselected over the page of the PDF document.
944944

945945
#### Event Arguments
946946

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

949949
The following example illustrates how to handle the `signatureUnselect` event.
950950

Document-Processing/PDF/PDF-Viewer/javascript-es6/annotations/annotation-permission.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: Annotations Permission in TypeScript PDF Viewer | Syncfusion
4-
description: Learn how to use annotation permission in Syncfusion TypeScript PDF Viewer using programmatic APIs.
4+
description: Learn how to use annotation permissions in Syncfusion TypeScript PDF Viewer using programmatic APIs.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

0 commit comments

Comments
 (0)