Link Search Menu Expand Document

IWIAImageScanner Interface

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
public interface IWIAImageScanner

The IWIAImageScanner type exposes the following members.

Properties
NameDescription
Public propertyDeviceType
Device type to work with. By default works with all still imaging devices
Public propertyImageIntent
Acquired images intent (Color mode)
Public propertyImageQuality
Output image quality. Maximize quality by default
Public propertyOutputFileNameTemplate
Template for output filename. Default is "scanned"
Public propertyOutputFiles
List of acquired image files
Public propertyOutputFolder
output folder for acquired images. User's My Pictures folder by default
Public propertyOutputImageFormat
Output image format
Public propertyShowDeviceSelectionDialog
Show device selection dialog or not (true by default)
Top
Methods
NameDescription
Public methodAcquire
Acquire images from WIA device. Output files are in OutputFiles list
Top
See Also

Reference