Skip to content

Commit b181226

Browse files
Merge pull request #248 from dynamsoft-docs/preview
update to internal commit dd2dcfc4
2 parents 366300e + 63b46e4 commit b181226

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

api/class/annotation/ellipse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Flattens the annotation onto the image layer, or inspect if the annotation is fl
9797
**Syntax**
9898

9999
```typescript
100-
flattened: boolean;
100+
flattened: boolean; //Default value is `false`.
101101
```
102102

103103
**Remark**

api/class/annotation/ink.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Flattens the annotation onto the image layer, or inspect if the annotation is fl
9191
**Syntax**
9292

9393
```typescript
94-
flattened: boolean;
94+
flattened: boolean; //Default value is `false`.
9595
```
9696

9797
**Remark**

api/class/annotation/line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Flattens the annotation onto the image layer, or inspect if the annotation is fl
9292
**Syntax**
9393

9494
```typescript
95-
flattened: boolean;
95+
flattened: boolean; //Default value is `false`.
9696
```
9797

9898
**Remark**

api/class/annotation/polygon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Flattens the annotation onto the image layer, or inspect if the annotation is fl
9696
**Syntax**
9797

9898
```typescript
99-
flattened: boolean;
99+
flattened: boolean; //Default value is `false`.
100100
```
101101

102102
**Remark**

api/class/annotation/polyline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Flattens the annotation onto the image layer, or inspect if the annotation is fl
9292
**Syntax**
9393

9494
```typescript
95-
flattened: boolean;
95+
flattened: boolean; //Default value is `false`.
9696
```
9797

9898
**Remark**

api/class/annotation/rectangle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Flattens the annotation onto the image layer, or inspect if the annotation is fl
9696
**Syntax**
9797

9898
```typescript
99-
flattened: boolean;
99+
flattened: boolean; //Default value is `false`.
100100
```
101101

102102
**Remark**

api/class/annotation/stamp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Flattens the annotation onto the image layer, or inspect if the annotation is fl
9595
**Syntax**
9696

9797
```typescript
98-
flattened: boolean;
98+
flattened: boolean; //Default value is `false`.
9999
```
100100

101101
**Remark**

api/class/annotation/textbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Flattens the annotation onto the image layer, or inspect if the annotation is fl
9494
**Syntax**
9595

9696
```typescript
97-
flattened: boolean;
97+
flattened: boolean; //Default value is `false`.
9898
```
9999

100100
**Remark**

api/class/annotation/texttypewriter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Flattens the annotation onto the image layer, or inspect if the annotation is fl
9393
**Syntax**
9494

9595
```typescript
96-
flattened: boolean;
96+
flattened: boolean; //Default value is `false`.
9797
```
9898

9999
**Remark**

api/class/captureviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,4 +1082,4 @@ Triggered when right click in the viewer's viewing area. On mobile device, trigg
10821082

10831083
`canvasY`: The relative x-coordinate of the click pointer on the canvas.
10841084

1085-
`nativeEvent`: [`PointerEvent`](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)
1085+
`nativeEvent`: [`PointerEvent`](https://developer.mozilla.org/en-US/docs/Web/API/PointerEvent)

0 commit comments

Comments
 (0)