ش | ی | د | س | چ | پ | ج |
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Holds images transferred to your computer when you call Transfer or ShowTransfer. The ImageFile object is a container. It also supports image files through LoadFile. An ImageFile object can be created using
WIA.ImageFile" as the ProgID in a call to CreateObject"
The ImageFile object has these methods.
Method | Description |
---|---|
LoadFile | Loads the ImageFile object with the specified file. |
SaveFile | Saves the ImageFile object to the specified file. |
used as variable say ADFstatus that reads whether there is still a paper in the feeder and used this to create a while loop.(wiaScanner.Properties.Item("3087")). I then saved each scanned image separately, and it causes the ADF scanner to stop after each scan instead of scanning all papers at once.
("createobject("WIA.ImageFile
Indicates the file format of an image as String versions of GUIDs.
Constant/value | Description |
---|---|
| FormatID for the Windows BMP format. |
| FormatID for the PNG format. |
| FormatID for the GIF format. |
| FormatID for the JPEG format. |
| FormatID for the TIFF format. |