TWAIN ActiveX Control, Plug-in, Scanner SDK, Component, HTTP Control/SDK

Dynamsoft TWAIN Products

Support Community for TWAIN Control/Component/SDK for Scanning Solutions
* Login   * Register
* FAQ    * Search

It is currently Sun May 20, 2012 2:44 pm




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Feeder in web appplication (.Net)
PostPosted: Wed Dec 08, 2010 7:33 am 
Offline

Joined: Sun Dec 05, 2010 12:34 am
Posts: 12
Hello

Can we use feeder in webapplication (.Net) and How?

P.S : i need code as a sample.


Top
 Profile  
 
 Post subject: Re: Feeder in web appplication (.Net)
PostPosted: Thu Dec 09, 2010 6:19 pm 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1075
Hi bihad,
bihad wrote:
Can we use feeder in webapplication (.Net) and How?

P.S : i need code as a sample.


Sure, you can set the properties IfFeederEnabled, IfAutoFeed and IfFeederLoaded to use feeder. Below is a code snippet for you:

Code:
    Twain.SelectSource();
    Twain.OpenSource();
    Twain.IfShowUI = false;
    if(Twain.IfFeederEnabled == true){
        Twain.XferCount = -1; //Scan multiple images
        Twain.IfAutoFeed = true; //Auto feed
        if (Twain.IfFeederLoaded == true)
            Twain.AcquireImage
    }


Best regards.

_________________
Catherine Sea
TWAIN Support Team
TWAIN ActiveX/Plug-in for Web Applications, Scanner COM Control
TWAIN .NET Component/SDK for Desktop Applications

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
 Post subject: Re: Feeder in web appplication (.Net)
PostPosted: Wed Dec 22, 2010 5:32 am 
Offline

Joined: Sun Dec 05, 2010 12:34 am
Posts: 12
thank you Catherine,

i managed to learn about feeder through online demo and it's working will.

Regards


Top
 Profile  
 
 Post subject: Re: Feeder in web appplication (.Net)
PostPosted: Wed Dec 22, 2010 6:53 pm 
Offline
User avatar

Joined: Tue Mar 08, 2005 12:23 am
Posts: 1075
Hi bihad,

Great to know that.

Happy holidays!

_________________
Catherine Sea
TWAIN Support Team
TWAIN ActiveX/Plug-in for Web Applications, Scanner COM Control
TWAIN .NET Component/SDK for Desktop Applications

Follow me @Twitter, Facebook
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

It is currently Sun May 20, 2012 2:44 pm


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron

Copyright © 2010 Dynamsoft Corporation. All Rights Reserved. | Knowledge Base | Source Control Blog