Skip to content

Commit 1816d9f

Browse files
Merge pull request #252 from dynamsoft-docs/preview
update to internal commit d091cf42
2 parents 511a138 + bf88eac commit 1816d9f

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

api/class/editviewer-v1.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ updateStyle(editViewerStyleName: EditViewerStyleName, editViewerStyle: EditViewe
289289

290290
**Parameters**
291291

292-
`editViewerStyleName`: An `EditViewerStyleName` can be one of three types.
292+
`editViewerStyleName`: An `EditViewerStyleName` can be one of four types.
293293

294294
```typescript
295295
type EditViewerStyleName = "canvasStyle" | "pageStyle" | "currentPageStyle" |"quadSelectionStyle";

api/class/editviewer-v1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ updateStyle(editViewerStyleName: EditViewerStyleName, editViewerStyle: EditViewe
289289

290290
**Parameters**
291291

292-
`editViewerStyleName`: An `EditViewerStyleName` can be one of three types.
292+
`editViewerStyleName`: An `EditViewerStyleName` can be one of four types.
293293

294294
```typescript
295295
type EditViewerStyleName = "canvasStyle" | "pageStyle" | "currentPageStyle" |"quadSelectionStyle";

api/interface/annotationinterfaces/flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ interface Flags {
3030
### print
3131

3232
<!--To print the annotation when printing the page, default value: `true`.-->
33-
Whether the annotation is printable, default value: `true`. Only printable annotations can be printed when the page is printed.
33+
Indicates whether the annotation is printable. Default value: `true`. Only printable annotations will be included when the page is printed.
3434

3535
### noMove
3636

api/interface/createdocumentoptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Specify the author of the new document.
3434

3535
### creationDate
3636

37-
Specify the creation date of the new document. Please note that the argument should be `D:YYYYMMDDHHmmSSOHH'mm'`, like `D:20230101085959-08'00'`. It also supports the older format `D:YYYYMMDDHHmmSS`, like `D:20230101085959`; in this case, the system will automatically add the corresponding time zone information, for example, `D:20230101085959-08'00'`.
37+
Specify the creation date of the new document. Please note that the argument should be `D:YYYYMMDDHHmmSSOHH'mm'`, like `D:20230101085959-08'00'`. It also supports the older format `D:YYYYMMDDHHmmSS`. If this format is used (e.g., `D:20230101085959`), the system will automatically add the relevant time zone information, resulting in a complete representation like `D:20230101085959-08'00'`.
3838

3939
## Related
4040

api/interface/mergedocumentoptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Specify the author of the new merged document.
3535

3636
### creationDate
3737

38-
Specify the creation date of the new merged document. Please note that the argument should be `D:YYYYMMDDHHmmSSOHH'mm'`, like `D:20230101085959-08'00'`.It also supports the older format `D:YYYYMMDDHHmmSS`, like `D:20230101085959`; in this case, the system will automatically add the corresponding time zone information, for example, `D:20230101085959-08'00'`.
38+
Specify the creation date of the new merged document. Please note that the argument should be `D:YYYYMMDDHHmmSSOHH'mm'`, like `D:20230101085959-08'00'`. It also supports the older format `D:YYYYMMDDHHmmSS`. If this format is used (e.g., `D:20230101085959`), the system will automatically add the relevant time zone information, resulting in a complete representation like `D:20230101085959-08'00'`.
3939

4040
### deleteOriginal
4141

api/namespace/ddv-v1.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ static getDefaultUiConfig(viewerType: ViewerType): UiConfig | null;
183183

184184
**Parameters**
185185

186-
`viewerType`: A `ViewerType` can be one of three types.
186+
`viewerType`: A `ViewerType` can be one of four types.
187187

188188
```typescript
189189
type ViewerType = "editViewer"|"captureViewer"|"perspectiveViewer"|"browseViewer";

api/namespace/ddv-v1.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ static getDefaultUiConfig(viewerType: ViewerType): UiConfig | null;
144144

145145
**Parameters**
146146

147-
`viewerType`: A `ViewerType` can be one of three types.
147+
`viewerType`: A `ViewerType` can be one of four types.
148148

149149
```typescript
150150
type ViewerType = "editViewer"|"captureViewer"|"perspectiveViewer"|"browseViewer";

api/namespace/ddv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ static getDefaultUiConfig(viewerType: ViewerType, options?:DefaultUiConfigOption
163163

164164
**Parameters**
165165

166-
`viewerType`: A `ViewerType` can be one of three types.
166+
`viewerType`: A `ViewerType` can be one of four types.
167167

168168
```typescript
169169
type ViewerType = "editViewer"|"captureViewer"|"perspectiveViewer"|"browseViewer";

features/datamanagement/annotmanagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const rect = Dynamsoft.DDV.annotationManager.createAnnotation(pageUid, "rectangl
143143

144144
#### Add image to the page by using Stamp Annotation
145145

146-
Observing the structure of [`StampAnnotationOptions`]({{ site.api }}interface/annotationinterface/stampannotationoptions.html), the data type of stamp is `EnumStampIcon` or `Blob`. When stamp is set to `EnumStampIcon`, it indicates that the generated annotation will be displayed as a standard business stamp icon, with the default value being `draft`. When stamp is set to `EnumStampIcon`, it indicates that the generated annotation will be displayed as a standard business stamp icon, with the default value being `draft`. When stamp is set to a Blob, such as the blob of a custom image, it means the annotation will be displayed as an image.
146+
Observing the structure of [`StampAnnotationOptions`]({{ site.api }}interface/annotationinterface/stampannotationoptions.html), the data type of stamp is `EnumStampIcon` or `Blob`. When stamp is set to `EnumStampIcon`, it indicates that the generated annotation will be displayed as a standard business stamp icon, with the default value being `DRAFT`. When stamp is set to `EnumStampIcon`, it indicates that the generated annotation will be displayed as a standard business stamp icon, with the default value being `DRAFT`. When stamp is set to a Blob, such as the blob of a custom image, it means the annotation will be displayed as an image.
147147

148148
The supported types of standard business stamps are as follows:
149149

features/viewers/annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ const rect = Dynamsoft.DDV.annotationManager.createAnnotation(pageUid, "rectangl
141141

142142
### Add image to the page by using Stamp Annotation
143143

144-
Observing the structure of [`StampAnnotationOptions`]({{ site.api }}interface/annotationinterface/stampannotationoptions.html), the data type of stamp is `EnumStampIcon` or `Blob`. When stamp is set to `EnumStampIcon`, it indicates that the generated annotation will be displayed as a standard business stamp icon, with the default value being `draft`. When stamp is set to a Blob, such as the blob of a custom image, it means the annotation will be displayed as an image.
144+
Observing the structure of [`StampAnnotationOptions`]({{ site.api }}interface/annotationinterface/stampannotationoptions.html), the data type of stamp is `EnumStampIcon` or `Blob`. When stamp is set to `EnumStampIcon`, it indicates that the generated annotation will be displayed as a standard business stamp icon, with the default value being `DRAFT`. When stamp is set to a Blob, such as the blob of a custom image, it means the annotation will be displayed as an image.
145145

146146

147147
The supported types of standard business stamps are as follows:

0 commit comments

Comments
 (0)