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
IfShowUI?:boolean; //Whether to show the built-in User Interface from the device vendor
126
-
PixelType?:Dynamsoft.DWT.EnumDWT_PixelType|number|string; //Whether to scan in color, grey or black & white
127
-
Resolution?:number; //Measured by dots per pixel (DPI)
128
-
IfFeederEnabled?:boolean; //Whether to use the document feeder or the flatbed of the device
129
-
IfDuplexEnabled?:boolean; //Whether to scan one side or both sides
130
-
IfDisableSourceAfterAcquire?:boolean; //Whether to close the built-in User Interface after aquisition. Only valid when {IfShowUI} is true.
131
-
IfGetImageInfo?:boolean; //Whether to retrieve information about the image after it's transferred.
132
-
IfGetExtImageInfo?:boolean; //Whether to retrieve extended information about the image after it's transferred.
133
-
extendedImageInfoQueryLevel?:Dynamsoft.DWT.EnumDWT_ExtImageInfo|number; //How much extended information is retrieved. Only valid when {IfGetExtImageInfo} is true.
134
-
SelectSourceByIndex?:number; //Specify a source by its index.
135
-
IfCloseSourceAfterAcquire?:boolean; //Whether to close the data source after aquisition. Default: false.
IfShowUI?:boolean; //Whether to show the built-in User Interface from the device vendor
44
+
PixelType?:Dynamsoft.DWT.EnumDWT_PixelType|number|string; //Whether to scan in color, grey or black & white
45
+
Resolution?:number; //Measured by dots per pixel (DPI)
46
+
IfFeederEnabled?:boolean; //Whether to use the document feeder or the flatbed of the device
47
+
IfDuplexEnabled?:boolean; //Whether to scan one side or both sides
48
+
IfDisableSourceAfterAcquire?:boolean; //Whether to close the built-in User Interface after aquisition. Only valid when {IfShowUI} is true.
49
+
IfGetImageInfo?:boolean; //Whether to retrieve information about the image after it's transferred.
50
+
IfGetExtImageInfo?:boolean; //Whether to retrieve extended information about the image after it's transferred.
51
+
extendedImageInfoQueryLevel?:Dynamsoft.DWT.EnumDWT_ExtImageInfo|number; //How much extended information is retrieved. Only valid when {IfGetExtImageInfo} is true.
52
+
SelectSourceByIndex?:number; //Specify a source by its index.
53
+
IfCloseSourceAfterAcquire?:boolean; //Whether to close the data source after aquisition. Default: false.
0 commit comments