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
extendedImageInfoQueryLevel?:Dynamsoft.DWT.EnumDWT_ExtImageInfo|number; //How much extended information is retrieved. Only valid when {IfGetExtImageInfo} is true.
106
106
SelectSourceByIndex?:number; //Specify a source by its index.
107
107
IfCloseSourceAfterAcquire?:boolean; //Whether to close the data source after aquisition. Default: false.
- Expanded the capabilities of the Android platform. <!--See the APIs supported on Android service. -->
26
26
27
27
#### Remote Scan
28
-
- The remote scan solution powered by Dynamic Web TWAIN is now officially available. With it, you can turn any of your transitional document scanners into a network-able scanner and allow your end users to use it without installing anything on the client device. Read <ahref="https://www.dynamsoft.com/remote-scan/docs/introduction/"target="_blank">this documentation</a> to learn the Remote Scan solution works.
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 <ahref="https://www.dynamsoft.com/remote-scan/docs/introduction/"target="_blank">this documentation</a> to learn the Remote Scan solution works.
29
29
30
30
31
31
### Improvements
32
32
33
33
#### Image Viewer
34
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 editing
36
-
- Added [save()]({{site.info}}api/WebTwain_Viewer.html#save) to the ImageEditor object
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).
36
+
- Added new method `save()` to the ImageEditor object, please refer to [createImageEditor]({{site.info}}api/WebTwain_Viewer.html#createimageeditor).
37
37
38
38
#### Optimized error handling during web twain initialization
39
39
- Added an [OnWebTwainError]({{site.info}}api/Dynamsoft_WebTwainEnv.html#onwebtwainerror) event for better capturing errors during the web twain object initialization.
0 commit comments