This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, August 4, 2009 7:40:51 AM(UTC)
Groups: Registered
Posts: 7
I would like to see an example of WPF & TWAIN. I want to process my photos from my camera in WPF. There is an example (Acquiring an Image) for WinForms in the HELP but I need it for WPF.
Thanks a lot.
#2
Posted
:
Thursday, August 6, 2009 1:26:11 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
I modified the WPF demo to add TWAIN functionality to it, and it worked.
Just modify the TwainSession.Startup() method in the example in the help topic "Acquire Method" in our .NET help file. It should be like this:
acq_session.Startup(null, "LEAD Technologies, Inc.", "LEAD Twain .NET", "Version 16.5", "LEADTools Twain test sample", TwainStartupFlags.InitializeMultithreaded);
#3
Posted
:
Saturday, August 8, 2009 2:41:23 PM(UTC)
Groups: Registered
Posts: 7
Thanks Abdel but the example dont work for me. Could you give me your modified code to probe in my mechine; I need download some pictures from a digital camera with WPF, if you have some example, please, give it to me.
Thanks a lot again.
#4
Posted
:
Sunday, August 9, 2009 5:10:52 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
This forum thread has the sample file:
http://support.leadtools.com/SupportPortal/CS/forums/29862/ShowPost.aspx
The code is in Help=>About menu.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.