Skip to content

Commit cbf9c99

Browse files
authored
Merge pull request #644 from dynamsoft-docs/luna-18.2
filter apis
2 parents e316968 + dade862 commit cbf9c99

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

info/api/WebTwain_Acquire.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ AcquireImage(
126126

127127
**Parameters**
128128

129-
`deviceConfiguration`: Configuration for the acquisition. Please refer to [Interface]({{site.info}}api/Interfaces.html#DeviceConfiguration).
129+
`deviceConfiguration`: Configuration for the acquisition. Please refer to [DeviceConfiguration]({{site.info}}api/Interfaces.html#DeviceConfiguration).
130130

131131
`successCallback`: A callback function that is executed if the request succeeds.
132132

@@ -4695,7 +4695,7 @@ DWObject.GetDevicesAsync().then((deviceList)=>{
46954695

46964696
**Parameters**
46974697

4698-
`device`: the device object. Please refer to [Interface]({{site.info}}api/Interfaces.html#device).
4698+
`device`: the device object. Please refer to [Device]({{site.info}}api/Interfaces.html#device).
46994699

47004700
**Availability**
47014701

@@ -4737,7 +4737,7 @@ AcquireImageAsync(deviceConfiguration?: DeviceConfiguration): Promise< boolean>;
47374737

47384738
**Parameters**
47394739

4740-
`deviceConfiguration`: The device configuration. Please refer to [Interface]({{site.info}}api/Interfaces.html#DeviceConfiguration).
4740+
`deviceConfiguration`: The device configuration. Please refer to [DeviceConfiguration]({{site.info}}api/Interfaces.html#DeviceConfiguration).
47414741

47424742
**Availability**
47434743

info/api/WebTwain_Util.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,26 @@ The properties and methods on this page live in the namespace {WebTwainObject}.
3333
| [`ErrorCode`](#errorcode) | [`ErrorString`](#errorstring) | [`LogLevel`](#loglevel) | [`Manufacturer`](#manufacturer) |
3434
| [`ProductFamily`](#productfamily) | [`ProductName`](#productname) | [`VersionInfo`](#versioninfo) |
3535

36+
<div class="multi-panel-end">
37+
38+
</div><div class="multi-panel-start"></div>
39+
40+
>The Android Service Edition only supports a subset of the APIs available in the Desktop Service Edition. For the APIs that are compatible with both editions, the usage remains the same. To learn how to use the APIs, please refer to the documentation for the Desktop Service Edition.
3641
42+
**Methods**
43+
44+
| |
45+
| :--------------------------------------------------------------------- | :------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
46+
| [`RegisterEvent()`]({{site.info}}api/WebTwain_Util.html#registerevent) | [`UnregisterEvent()`]({{site.info}}api/WebTwain_Util.html#unregisterevent) | [`GenerateURLForUploadData()`]({{site.info}}api/WebTwain_Util.html#generateurlforuploaddata) |
47+
48+
**Properties**
49+
50+
| |
51+
| :------------------------------------ | :---------------------------- | ----------------------------- | ------------------------------- |
52+
| [`ErrorCode`](#errorcode) | [`ErrorString`](#errorstring) | [`LogLevel`](#loglevel) | [`Manufacturer`](#manufacturer) |
53+
| [`ProductFamily`](#productfamily) | [`ProductName`](#productname) | [`VersionInfo`](#versioninfo) |
54+
55+
<div class="multi-panel-end"></div>
3756

3857
---
3958

@@ -558,25 +577,6 @@ readonly VersionInfo: string;
558577

559578
`Manufacturer` , `ProductFamily` , `ProductName` and `VersionInfo` together form the identity string of the Dynamic Web TWAIN library.
560579

561-
<div class="multi-panel-end">
562-
563-
</div><div class="multi-panel-start"></div>
564-
565-
>The Android Service Edition only supports a subset of the APIs available in the Desktop Service Edition. For the APIs that are compatible with both editions, the usage remains the same. To learn how to use the APIs, please refer to the documentation for the Desktop Service Edition.
566580

567-
**Methods**
568-
569-
| |
570-
| :--------------------------------------------------------------------- | :------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
571-
| [`RegisterEvent()`]({{site.info}}api/WebTwain_Util.html#registerevent) | [`UnregisterEvent()`]({{site.info}}api/WebTwain_Util.html#unregisterevent) | [`GenerateURLForUploadData()`]({{site.info}}api/WebTwain_Util.html#generateurlforuploaddata) |
572-
573-
**Properties**
574-
575-
| |
576-
| :------------------------------------ | :---------------------------- | ----------------------------- | ------------------------------- |
577-
| [`ErrorCode`](#errorcode) | [`ErrorString`](#errorstring) | [`LogLevel`](#loglevel) | [`Manufacturer`](#manufacturer) |
578-
| [`ProductFamily`](#productfamily) | [`ProductName`](#productname) | [`VersionInfo`](#versioninfo) |
579-
580-
<div class="multi-panel-end"></div>
581581

582582
<div class="multi-panel-switching-end"></div>

info/api/interfaces.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ permalink: /info/api/interfaces.html
1111
# Interfaces
1212

1313
| |
14-
| :----- |
15-
| [`Device`](#device) |
16-
| [`DeviceConfiguration`](#DeviceConfiguration) |
14+
|:-|:-|
15+
| [`Device`](#device) | [`DeviceConfiguration`](#DeviceConfiguration) |
16+
1717

1818
---
1919

info/schedule/Stable.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ permalink: /info/schedule/Stable.html
2525
- Expanded the capabilities of the Android platform. See <a href="https://www.dynamsoft.com/web-twain/docs/info/api/#android" target="_blank">the APIs supported on Android service</a>.
2626

2727
#### Remote Scan
28-
- The remote scan solution powered by Dynamic Web TWAIN is now officially available. With it, you can turn any of your tranditional document scanners into a network-able scanner and allow your end users to use it without installing anything on the client device. Read <a href="https://www.dynamsoft.com/remote-scan/docs/introduction/" target="_blank">this documentation</a> to learn how the Remote Scan solution works.
28+
- The Remote Scan solution powered by Dynamic Web TWAIN is now officially available. Using Remote Scan, you can turn any of your traditional document scanners into a network accessible scanner and allow your end users to use it without any client side installs. Read <a href="https://www.dynamsoft.com/remote-scan/docs/introduction/" target="_blank">this documentation</a> to learn how the Remote Scan solution works.
2929

3030

3131
### Improvements
3232

3333
#### Image Viewer
34-
- The Viewer component has been migrated to a dedicated resource file. This will allow for viewerless implementations of Dynamic Web TWAIN to reduce the load by removing the necessity of loading the Viewer resources into memory even when the Viewer is not being used. See the property [Dynamsoft.DWT.UseDefaultViewer]({{site.info}}api/Dynamsoft_WebTwainEnv.html#usedefaultviewer).
35-
- Added the enum [EnumDWT_WorkMode]({{site.info}}api/Dynamsoft_Enum.html#dynamsoftdwtenumdwt_workmode) with a new option for image editor setting, please refer to [createImageEditor]({{site.info}}api/WebTwain_Viewer.html#createimageeditor).
34+
- The Viewer component has been migrated to a dedicated resource file. This will allow for viewerless implementations of Dynamic Web TWAIN, as well as reducing the load on the browser by removing the necessity of loading the Viewer resources into memory when the Viewer is not being used. See the property [Dynamsoft.DWT.UseDefaultViewer]({{site.info}}api/Dynamsoft_WebTwainEnv.html#usedefaultviewer).
35+
- Added the enum [EnumDWT_WorkMode]({{site.info}}api/Dynamsoft_Enum.html#dynamsoftdwtenumdwt_workmode) with a new option for image editor setting. Please refer to [createImageEditor]({{site.info}}api/WebTwain_Viewer.html#createimageeditor).
3636
- Added new method `save()` to the ImageEditor object, please refer to [createImageEditor]({{site.info}}api/WebTwain_Viewer.html#createimageeditor).
3737

3838
#### Optimized error handling during web twain initialization
39-
- Added an [OnWebTwainError]({{site.info}}api/Dynamsoft_WebTwainEnv.html#onwebtwainerror) event for better capturing errors during the web twain object initialization.
39+
- Added the [OnWebTwainError]({{site.info}}api/Dynamsoft_WebTwainEnv.html#onwebtwainerror) event for better capturing errors during the Web Twain object initialization.
4040

4141
#### General Improvements
4242
- Updated the barcode reader library to v9.6.20

0 commit comments

Comments
 (0)