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