Free Trial
Web API version
Licensing
Request A Quote
HAVE QUESTIONS OR NEED HELP? SUBMIT THE SUPPORT REQUEST FORM or write email to SUPPORT@BYTESCOUT.COM
Base interface for class can be used to call scanner or web-camera and acquire images from it using
WIA interface in Windows. This class uses WIA 1 or WIA 2 (automatically checks which one is available)
uses run-time late binding to call WIA 1 (Windows XP) or 2 (Windows Vista or higher)
so no additional references are required.
Namespace: Bytescout.BarCodeReader
Assembly: Bytescout.BarCodeReader (in Bytescout.BarCodeReader.dll) Version: 12.0.1.2142-master
Syntax
The IWIAImageScanner type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | DeviceType |
Device type to work with. By default works with all still imaging devices
|
![]() | ImageIntent |
Acquired images intent (Color mode)
|
![]() | ImageQuality |
Output image quality. Maximize quality by default
|
![]() | OutputFileNameTemplate |
Template for output filename. Default is "scanned"
|
![]() | OutputFiles |
List of acquired image files
|
![]() | OutputFolder |
output folder for acquired images. User's My Pictures folder by default
|
![]() | OutputImageFormat |
Output image format
|
![]() | ShowDeviceSelectionDialog |
Show device selection dialog or not (true by default)
|
Methods
Name | Description | |
---|---|---|
![]() | Acquire |
Acquire images from WIA device. Output files are in OutputFiles list
|
See Also