Thanks, I'm going to check this out. I will need to incorporate a dropdown and dynamic naming, but this is the part I was needing. Thanks again!
@swarg26474 жыл бұрын
Welcome
@lincolncasette52353 жыл бұрын
woow that was supper helpful thanks a lot
@MrQuquk6 жыл бұрын
Came for the tutorial. Stayed for the techno
@rprath4 жыл бұрын
Thanks for the video. Great information.
@marcoalbertohernandezsosa Жыл бұрын
Nice job, I have a question, is it possible scan multiple pages to next merge into a pdf?
@ramustore21075 жыл бұрын
it's very use full thank you
@swarg26475 жыл бұрын
welcome....
@عليعبيدحسنبطي4 жыл бұрын
Greate Job
@swarg26474 жыл бұрын
Thank you
@jovanstankovic44165 жыл бұрын
Great tutorial, but i was wondering if this works for wifi scanners that are on the same network as the pc?
@swarg26475 жыл бұрын
Build a Wi-Fi Scanner in the UWP Read this article docs.microsoft.com/en-us/archive/msdn-magazine/2016/july/modern-apps-build-a-wi-fi-scanner-in-the-uwp
@franciscohidalgoruiz83823 жыл бұрын
Hi! I'm working with UNO's Platform and when i try to find the WIA reference I can't find anything. The COM tab doesn't appear the only one I see is the UNIVERSAL WINDOWS tab. Can you help me? thanks.
@d-soft1943 жыл бұрын
thanks a lot , but is this any way to save image with normal size in this code????
@swarg26473 жыл бұрын
above code is working for normal size images as well.......
@jackofalltrades12498 ай бұрын
Is it possible to scan and save multiple pages from ADF?
@grennieeesy21394 жыл бұрын
if you have more than 3 scanner how can you select in the list box? from what i see its always select the first available scanner.
@LinhHoang-uv3fd5 жыл бұрын
Do I have to install the scanner driver? I could not find the scanner ScanSnap of FUJITSU
@swarg26475 жыл бұрын
Yes, You Required to installed driver whatever you have scanner device.
@IvanSchob2 жыл бұрын
Thanks
@terinox62205 жыл бұрын
I am using an brother mfc-440cn. The device is capable of scanning with a feeder and a flatbed. How can I change between the two sources. I tried to set the device propertie 3088 to 1 to select the feeder but I get a "System.ArgumentException" (translated)The value is outside the expected range..
@FearJx2 жыл бұрын
You did it?
@taiyebsingapuwrala5 жыл бұрын
DeviceManager of WIA is only showing scanner for that PC. How to show all the scanner in the LAN network
@RuslanRios5 жыл бұрын
On adf scanner it reads all the pages and then only sends one and holds the rest in the scanner buffer. Do you have any solution ? Transfer method is returning only image file . Can be it return List of images of something?
@beto31922 жыл бұрын
Hey bro, how can I use a messagebox for show to the user that isn't connected any scanner?
@swarg26472 жыл бұрын
--> using scanner id you can do that. --> // use these code here you can place throw new exception in a messbox.show() foreach (WIA.DeviceInfo info in manager.DeviceInfos) { if (info.DeviceID == scannerId) { // connect to scanner device = info.Connect(); break; } } // device was not found if (device == null) { // enumerate available devices string availableDevices = ""; foreach (WIA.DeviceInfo info in manager.DeviceInfos) { availableDevices += info.DeviceID + " "; } // show error with available devices throw new Exception("The device with provided ID could not be found. Available Devices: " + availableDevices); }
@beto31922 жыл бұрын
@@swarg2647 Tyvm
@deveshvagal32385 жыл бұрын
WIA is free to use or you're using the trail version ?
@swarg26475 жыл бұрын
Hello , WIA is a API so you just need to add reference in to your project and used it.
@denismugane27654 жыл бұрын
Nyc tutorial how would you show a progress bar when scanning the document?
@aliaghaaghayev74655 жыл бұрын
After form_load method list of scanners isn't being displayed
@swarg26475 жыл бұрын
Are you getting any error, if yes so described error
@mihaipauna49274 жыл бұрын
I'm desperate man :(. I get this: "System.Runtime.InteropServices.COMException HResult=0x8021006B Message=Exception from HRESULT: 0x8021006B Source=Interop.WIA " at this line of code: if (deviceManager.DeviceInfos[i].Type!= WiaDeviceType.VideoDeviceType) ; i tried to solve it on my one but with no result, just can't find what that exception means.
@swarg26474 жыл бұрын
Hi Mihai, Read this article it will help you cgeers.wordpress.com/2011/05/15/windows-image-acquisition-wia/amp/
@cotizacionesequipo17197 ай бұрын
@@swarg2647 Apparently that site has been deleted :(
@cotizacionesequipo17196 ай бұрын
@@swarg2647 That article is no longer on-line. Who knows if it can be found on the internet archive.
@jessedavids70564 жыл бұрын
Nicely done! I would like to display the image in the picturebox without saving it, is it possible?
@swarg26474 жыл бұрын
Hello, To display image in picture box we need image path so we need to first save image and we need to give that image path.
@baruntiwari81523 жыл бұрын
can you help me i need to show the list of file which are scanned and when i click on each file it shows the image
@swarg26473 жыл бұрын
first tell me how many scanned images you want to store in single file? what your requirement can you tell me in detail...
@baruntiwari81523 жыл бұрын
@@swarg2647 i want to store only one image in one file and after scanning it should show all the list of files which have been previously scanned and when i click on each file it should show the image and after watching the image i can edit the file name with double click over the file name from the list
@josephnodalo19485 жыл бұрын
'object' does not contain a definition for 'SaveFile'...... I encountered this error even directives and references are already set, what would be the problem?
@swarg26475 жыл бұрын
Hello, When You Saved Image from the scanner and take that in a variable so what is the type of that variable ? I suggest you , download my source code and compare it with your source code , may be you get it any mistakes.
@josephnodalo19485 жыл бұрын
@@swarg2647 I really did mess up the code, works smoothly now and it's a great help, thanks a lot!
@swarg26475 жыл бұрын
@@josephnodalo1948 welcome
@sooftitsolutions4 жыл бұрын
How Use Feeder to scan more than one page?
@swarg26474 жыл бұрын
Hello, refer this link for help github.com/gideondsouza/AutoDocumentFeed_for_WIA
@biplobmandal62085 жыл бұрын
how can edit or crop scan image on screen ?
@swarg26475 жыл бұрын
First Scan Image And Display it Picture Box, Then On that Picture box add logic for to crop image and add browse button for save that cropped image into your machine. In my channel available videos for how to crop image.
@amjedfaroug4026 жыл бұрын
how to get both sides of the scanned paper
@swarg26476 жыл бұрын
Hello, Click This Link And Read That Article About WIA Scanner For Both Side Scan Document. I Hope This Will Help You : archive.codeplex.com/?p=scanwia
@ookennedy4 жыл бұрын
no no no...you, Thank you.
@ciarrastevenett58944 жыл бұрын
my scanner does not appear in the lstListOfScanner
@ciarrastevenett58944 жыл бұрын
the listbox is just empyt, it will not even show WIA.PropertyClass as shown in minute 4.40 of your video
@swarg26474 жыл бұрын
Did you installed the scanner driver, whatever you used scanner you need to install driver
@ciarrastevenett58944 жыл бұрын
@@swarg2647 Yes I have a driver installed, but nothing appears. When I hit scan, though my scanner runs. However, it does not show the name of my scanner in the listbox
@swarg26474 жыл бұрын
Any error are you getting if yes can you described the error ?
@ciarrastevenett58944 жыл бұрын
@@swarg2647 No error, everything is running, it just doesn't display the scanners. I assume it has something to do with this line of code in the Form1_Load section. lstListOfScanner.Items.Add(deviceManager.DeviceInfos[i].Properties["Name"]); //gets the list of scanners and adds their name to the listbox
@Alex-ky2ck Жыл бұрын
Not Working anymore :( VS2022
@สุระชัยวงศ์สูง4 жыл бұрын
Not show scanner device on List of Scanner.
@swarg26474 жыл бұрын
is any error ? if yes can you described the error
@สุระชัยวงศ์สูง4 жыл бұрын
Not show any error
@samisam17845 жыл бұрын
How can save as pdf not jpg
@swarg26475 жыл бұрын
Hello Sami, First Save your file as JPEG in temporary file. And then use iTextSharp library or PDFSharp library to create PDF out of JPEG, you can embed your JPG/Bitmap any sort of file inside PDF using these two libraries.
@ibrahimalsajer23755 жыл бұрын
Severity Code Description Project File Line Suppression State Error CS1752 Interop type 'FormatID' cannot be embedded. Use the applicable interface instead. Simple ScanningApp C:\Users\bbr.br\Desktop\bbr\Simple ScanningApp\Form1.cs 77 Active
@davidegiusto21414 жыл бұрын
Point to the "FormatID.wiaFormatJPEG", press Alt+F12, copy the value of the constant from metadata, declare another variable on the project to use.
@areefanmahmud62476 жыл бұрын
error FomatID
@swarg26476 жыл бұрын
Describe the error details or give me screen shot of your error