Skip to content

Commit d7c80fc

Browse files
1010724: Resolved CI failures
1 parent 414760f commit d7c80fc

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/distance-annotation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Configure default properties using the [`Distance Settings`](https://ej2.syncfus
129129
</PdfViewerComponent>
130130
{% endraw %}
131131
{% endhighlight %}
132+
{% endtabs %}
132133

133134
---
134135

@@ -260,7 +261,7 @@ Configure scale defaults using `measurementSettings`.
260261

261262
## Handle Distance Events
262263

263-
Listen to annotation lifecycle events (add/modify/select/remove). For the full list and parameters, see [**Annotation Events**](../annotation-event).
264+
Listen to annotation life-cycle events (add/modify/select/remove). For the full list and parameters, see [**Annotation Events**](../annotation-event).
264265

265266
---
266267

Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/ink-annotation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Add Freehand Drawing (Ink) Annotations in React PDF Viewer | Syncfusion
3+
title: Add Freehand Drawing (Ink) Annotation in React PDF Viewer | Syncfusion
44
description: Learn how to enable, draw, customize, and manage Ink (freehand) annotations in the Syncfusion React PDF Viewer.
55
platform: document-processing
66
control: PDF Viewer
@@ -49,7 +49,7 @@ ReactDOM.createRoot(document.getElementById('sample')).render(<App />);
4949

5050
---
5151

52-
## Add Ink annotatinon
52+
## Add Ink annotation
5353

5454
### Draw Freehand Using the Toolbar
5555
1. Open the **Annotation Toolbar**.

Document-Processing/PDF/PDF-Viewer/react/annotation/annotation-types/stamp-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Stamp Annotation in React PDF Viewer
11+
# Stamp Annotations in React PDF Viewer
1212
Stamp annotations allow you to place predefined or custom stamps (such as **Dynamic**, **Sign Here**, **Standard Business**, or **Custom**) on a PDF to communicate review states, approvals, or instructions. You can add stamps from the toolbar, switch to specific stamp modes programmatically, customize defaults (e.g., opacity/author), edit or lock them, and export them with the document.
1313

1414
![Stamp annotations](../../../javascript-es6/images/stamp_annot.png)

0 commit comments

Comments
 (0)