Interfaces
serviceInfo |
Device |
serviceInfo
Syntax
interface serviceInfo {
server: string;
attrs?: any
}
Availability
ActiveX | H5(Windows) | H5(macOS/TWAIN) | H5(macOS/ICA) | H5(Linux) |
not supported | v18.0+ | v18.0+ | v18.0+ | v18.0+ |
Device
Syntax
interface Device{
name: string;
displayName: string;
deviceType: DeviceType;
serverInfo?: serverInfo;
deviceInfo?: any;
}
Availability
ActiveX | H5(Windows) | H5(macOS/TWAIN) | H5(macOS/ICA) | H5(Linux) |
not supported | v18.0+ | v18.0+ | v18.0+ | v18.0+ |