ImageGear Professional v18.2 > API Reference Guide > TWAIN Component API Reference > TWAIN Component Objects > IGTwainCtl Control > IGTwainCtl Properties > ImageFileName Property |
Gets and sets the file name for a scanned image when Disk Transfer Mode is used.
If ImageFileName specifies a directory, but not a file name, a separate file for each page will be created, using these names 0000001.tif, 00000002.tif, 00000003.tif, etc. If those files already exist, they will be deleted before being scanned into.
If ImageFileName specifies a filename, a separate file will be created for each page, but will use part of the name that you supplied. If the name you supplied was "ScanTest.bmp", your pages will be named ScanTest1.bmp, ScanTest2.bmp, ScanTest3.bmp ... ScanTest10.bmp, ScanTest11.bmp, etc. If these files already exist, they will be deleted before being scanned into..
Read-write property
String
Default Value: Path to the system temp directory.