Top "Wia" questions

Windows Image Acquisition (WIA) is the still image acquisition platform in the Windows family of operating systems starting with Windows Millennium Edition (Windows Me) and Windows XP.

Using a scanner without dialogs in C#

I'm building a .Net 4.0 application for remote control of a scanner device. I have tried both TWAIN and WIA libraries, …

c# wia twain image-scanner
Class cannot be embedded. Use the applicable interface instead

I'm using WIA to capture an image fron the scanner to the windows form. Here is the code I'm using: …

c# wia
Scan multiple pages with ADF scanner using VBA

I am writing a Microsoft Access application and I want to enable the user to scan multiple pages to a …

vba ms-access wia scanning
Windows image acquisition - setting device properties in C#

I have a C# (WinForm) program that supports scanning using WIA. I am trying to set device properties before scanning …

c# wia
Why can't WIA see my scanner?

I'm trying to use WIA (Microsoft Windows Image Acquisition Library v2.0) to build a C# 3.5 WinForms app in VS2008 running …

c# winforms wia image-scanner
Writing a virtual webcam?

I need to create a virtual webcam that poses as a webcam, but takes as input a set of images …

c++ python webcam wia
C# WIA with Automatic Document Feeder (ADF) retuns only one page on certain scanners

I have a HP Scanjet 7000 (duplex & ADF scanner) and a HP Scanjet 5500c (only ADF) and a scanner program …

image scanning wia
Set page size using WIA (with scanner)

I'm using WIA to acquire images from a scanner with C#. I can scan the papers, but I can't set …

c# .net wia image-scanner page-size
TWAIN/WIA implementation for JAVA

I am working on an application(Java Applet) that interacts with scanner. I understand I need a Twain library or …

java 64-bit wia twain image-scanner
Take a picture automatically using a webcam in C# using WIA

I'm using WIALib to access my webcam. The code I'm developing is pretty simple: when a button is pressed a …

c# webcam wia