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: angular/PdfViewer/Text-Markup-Annotation.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Text markup annotation in Angular PDF viewer component | Syncfusion
3
-
description: Learn here about Text markup annotation in Syncfusion Essential Angular PDF Viewer component, its elements, and more.
2
+
title: Text markup annotation in Angular PDF Viewer Component | Syncfusion
3
+
description: Learn here about Text markup annotation in Syncfusion Essential Angular PDF Viewer Component, its elements, and more.
4
4
platform: Angular
5
5
control: PDF viewer
6
6
documentation: ug
@@ -12,7 +12,7 @@ keywords: ejPdfViewer, PDF viewer, js pdfviewer
12
12
PDF viewer control supports adding text markup annotations in the PDF documents. The component also renders the existing text markup annotations from the PDF document when the document is loaded in it.
13
13
14
14
The following screenshot shows PDF viewer with the PDF document containing text markup annotations.
15
-

15
+

16
16
17
17
**Adding text markup annotations**
18
18
@@ -50,21 +50,21 @@ export class DefaultComponent {
50
50
51
51
The colorpicker control is provided in the text markup annotation tools to select the desired color for the text markup annotation to be added in the document.
52
52
53
-

53
+

54
54
55
55
**Adding notes to the text markup annotation**
56
56
57
57
The notes can be added to the text markup annotations using the context menu provided in the PDF viewer component.
58
58
59
59
The below screenshot shows that the notes have been added to a text markup annotation in the PDF document.
60
-

60
+

61
61
62
62
**Editing the text markup annotation**
63
63
64
64
The properties of the text markup annotations in the PDF document can be edited using the properties window provided in the PDF viewer component. The color, opacity, author and subject of the text markup annotation can be modified. The properties of the text markup annotation can also be locked using the locked checkbox in the properties window.
65
65
66
66
The below screenshot shows the properties window used for editing the properties of a text markup annotation.
67
-

67
+

68
68
69
69
The text markup annotation in the PDF document can also be deleted from the PDF document.
0 commit comments