Hi All,
1) Scanning with multiple pages TImageEnMView.MIO
There Scanner (Sheetfed Scanner AV176U, although I think the type of scanner is not important), in
which can lay several sheets, and then calling
ImageEnMView.MIO.Acquire scan them all.
Question: How do you say ImageEnMView, I do not want to scan all sheets and
Only XX sheets?
In aid that is not found such a property.
2) How to check before going to the properties TwainParams, that the twain-scanner
off or non existent?
The property TwainParams.LastError not fit because it does not show
correct error code.
For example, after a call or TwainParams.Update time a property
TwainParams.DuplexSupported, property LastError constantly returns 1
regardless of whether the scanner is turned off or not.
3) Executes the code:
with ListImageEnMView.MIO.TwainParams do
for nCou := 0 to SourceCount - 1 do
ScannerStComboBox.Items.Add(SourceName[nCou]);
As a result, ScannerStComboBox.Items not only is TWAIN-source
(AV176U), but WIA-source (WIA-AV176U).
Why is this happening? How do I get only the TWAIN-sources?