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
- Improved licence verification logic to support Remote Scan
27
27
- Added workMode to ImageEditor
28
-
-
28
+
-Updated DBR library to 9.6.20
29
29
30
30
#### Resource Files
31
31
- 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.
32
+
- Please see the property Dynamsoft.DWT.UseDefaultViewer
32
33
33
34
#### ImageEditor
34
35
- The ImageEditor has been re-architected for better speed and image quality.
35
-
- You can now apply a workMode customization when using ImageEditor (not supported for RemoteScan)
36
+
- You can now use the new EnumDWT_WorkMode to control where the processing for ImageEditor occurs (not supported for RemoteScan)
36
37
- Original mode - The data is processed on the server side first, and then displayed in the viewer
37
-
- New model - The data is processed in the canvas and then updated to the server side
38
+
- New mode - The data is processed in the canvas and then updated to the server side
38
39
39
40
#### Android Service
40
41
- The Android service is available on the Google [Play Store](https://play.google.com/store/apps/details?id=com.dynamsoft.mobilescan)
41
-
- Enhancements to the Android Service and supported APIs
42
+
- Expanded the capabilities of the Android platform
43
+
- Added the API ShareImages()
42
44
43
45
### API Changes
44
46
#### General Changes
45
47
- Changed IfShowProgressBar to control the progress indicators for all encoding, decoding, and transfer operations.
46
-
- IfShowCancelDialogWhenImageTransfer scope reduced to only control propmts for user cancellable operations.
48
+
- IfShowCancelDialogWhenImageTransfer scope reduced to only control prompts for user cancellable operations.
47
49
- IfShowProgressBar must be enabled for IfShowCancelDialog to take effect
- This is used when using the ImageEditor as the only viewer to keep the image manipulations in sync between the editor and the data used in the Dynamsoft Service
63
+
- Added OnWebTwainError event callback to DWT.WebTwainEnv
59
64
60
65
#### Enumeration Changes
61
66
- EnumDWT_DeviceType updated to support WIA scanning.
0 commit comments