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
Control whether the scanner-related UI and load/save UI are always displayed in the foreground.
1128
+
1129
+
**Syntax**
1130
+
1131
+
```typescript
1132
+
IfAlwaysFocusOnPopupWindow: boolean;
1133
+
```
1134
+
1135
+
**Availability**
1136
+
1137
+
<divclass="availability">
1138
+
<table>
1139
+
1140
+
<tr>
1141
+
<tdalign="center">H5(Windows)</td>
1142
+
<tdalign="center">H5(macOS/TWAIN)</td>
1143
+
<tdalign="center">H5(macOS/ICA)</td>
1144
+
<tdalign="center">H5(Linux)</td>
1145
+
</tr>
1146
+
1147
+
<tr>
1148
+
<tdalign="center">v16.2+</td>
1149
+
<tdalign="center">v16.2+</td>
1150
+
<tdalign="center">v16.2+</td>
1151
+
<tdalign="center">v16.2+</td>
1152
+
</tr>
1153
+
1154
+
</table>
1155
+
</div>
1156
+
1157
+
**Usage Notes**
1158
+
1159
+
- Default value: `true`.
1160
+
1161
+
- When set to `true`, the scanner-related UI and load/save UI will always be displayed in the foreground.
1162
+
1163
+
- When set to `false`, the scanner-related UI and load/save UI will initially be displayed in the foreground, but by switching focus, they can be moved to the background behind the browser page.
1164
+
1165
+
---
1166
+
1125
1167
## OnWebTwainReady
1126
1168
1127
1169
A built-in callback triggered when the Web TWAIN resources have completed loading
0 commit comments