From bbf83507e45ebc9f7038ea74c82387f70b4b29bd Mon Sep 17 00:00:00 2001 From: lunaaaw <64242273+lunaaaw@users.noreply.github.com> Date: Tue, 23 May 2023 17:21:51 +0800 Subject: [PATCH] Update use-wia-insteadof-wiatwain.md --- faq/use-wia-insteadof-wiatwain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/use-wia-insteadof-wiatwain.md b/faq/use-wia-insteadof-wiatwain.md index 49b7868f..f14ff808 100644 --- a/faq/use-wia-insteadof-wiatwain.md +++ b/faq/use-wia-insteadof-wiatwain.md @@ -27,7 +27,7 @@ WIA offers standardized hardware compatibility and a stable driver environment, ### Difference between WIASCANNER and WIATWAINSCANNER -We add a new Enumaration `WIASCANNER` to [Dynamsoft.DWT.EnumDWT_DeviceType](https://www.dynamsoft.com/web-twain/docs/info/api/Dynamsoft_Enum.html?ver=latest&&cVer=true#dynamsoftdwtenumdwt_devicetype) to support WIA protocol. There is another Enumaration named `WIATWAINSCANNER` which is a WIA Source mapped through the TWAIN protocol after packaging by Microsoft and it was used to support WIA in the previous version. +We add a new Enumaration `WIASCANNER` to [Dynamsoft.DWT.EnumDWT_DeviceType](https://www.dynamsoft.com/web-twain/docs/info/api/Dynamsoft_Enum.html?ver=latest&&cVer=true#dynamsoftdwtenumdwt_devicetype) to support WIA protocol. There is another Enumaration named `WIATWAINSCANNER` which represents WIA source mapped through the TWAIN protocol after packaging by Microsoft and it was used to support WIA sources in the previous version. If you are using `WIATWAINSCANNER` before and would like to use `WIASCANNER` from version 18.2 instead, you need to modify the APIs used in your code accordingly.