ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 IEvolution - Seeking WIA Scan parameter

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
tkutter Posted - Mar 29 2012 : 03:02:42
Hi,

I implemented a dialog in my C# project using IEvolution 4.0.1.

My dialog should enable WIA and TWAIN scanning without calling another system dialog. The offered Class "TWainParams" contains many properties for TWAIN based scanning. Exist such a class for WIA? If not where can I set WIA parameter (especially the usage of a feeder)?

Thanks


// ...
private IEViewer Viewer { get; set; }

public void ScanTWain(bool sysDialog) 
{
 // set properties in Viewer.Image.TWainParams
 Viewer.Image.AcquireFromTWain();
 Viewer.Image.TWainParams.FreeResources();
}

public void ScanWIA(bool sysDialog)
{
 // TODO: set properties
 Viewer.Image.AcquireFromWIA();
}

// ...
3   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Mar 29 2012 : 12:14:36
Hi,
yes, it is planned to add (not for next version) WIA properties to IEvolution.
tkutter Posted - Mar 29 2012 : 04:59:16
Hi,
Ok, then I've to use TWAIN.
Is a solution for WIA based scanning planned for the next versions?
fab Posted - Mar 29 2012 : 04:33:39
Hi,
at the moment there aren't WIA properties to set in IEvolution. It is only possible to select a device and scan from it.